File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
26
26
HOMEBREW_GITHUB_PACKAGES_TOKEN : ${{ github.token }}
27
27
HOMEBREW_GITHUB_PACKAGES_USER : ${{ github.repository_owner }}
28
28
PULL_REQUEST : ${{ github.event.pull_request.number }}
29
- run : brew pr-pull --debug --tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
29
+ run : brew pr-pull --debug --root-url="https://ghcr.io/v2/tractor/homebrew-tractor" -- tap="$GITHUB_REPOSITORY" "$PULL_REQUEST"
30
30
31
31
- name : Push commits
32
32
uses : Homebrew/actions/git-try-push@master
33
33
with :
34
34
token : ${{ github.token }}
35
- branch : main
35
+ branch : master
36
36
37
37
- name : Delete branch
38
38
if : github.event.pull_request.head.repo.fork == false
Original file line number Diff line number Diff line change 30
30
31
31
- run : brew test-bot --only-tap-syntax
32
32
33
- - run : brew test-bot --only-formulae --root-url='https://ghcr.io/v2/tractor/tractor'
33
+ - run : brew test-bot --only-formulae --root-url='https://ghcr.io/v2/tractor/homebrew- tractor'
34
34
if : github.event_name == 'pull_request'
35
35
36
36
- name : Upload bottles as artifact
Original file line number Diff line number Diff line change @@ -2,18 +2,11 @@ class Tractor < Formula
2
2
desc "Magnetic resonance and tractography with R"
3
3
homepage "http://www.tractor-mri.org.uk"
4
4
url "http://www.tractor-mri.org.uk/tractor.tar.gz"
5
- version "3.4.2 "
6
- sha256 "982b75d27b4aef00c9d8804cc2c90b9bafdce0d816150141ff232db746755c9f "
5
+ version "3.4.4 "
6
+ sha256 "59df1bcfa4d4d33277c8cb97333b6d534a982a03ed72c72d5b13cd32d02e7cce "
7
7
head "https://github.com/tractor/tractor.git"
8
8
9
- bottle do
10
- root_url "https://www.tractor-mri.org.uk"
11
- rebuild 1
12
- sha256 cellar : :any , arm64_sonoma : "fcff28d9b44302a3f9fe3933d30f0cdc690803e623fb98f5cc252af6702c67ac"
13
- sha256 cellar : :any , sonoma : "99d3523f45221f9e37100f2afccb64b206b2247873942617536e660baae3a126"
14
- end
15
-
16
- depends_on "jasper" # for JPEG-2000 support in divest
9
+ depends_on "jasper" # for JPEG-2000 support in "divest"
17
10
depends_on "r"
18
11
19
12
def install
You can’t perform that action at this time.
0 commit comments