Skip to content

Commit a1c264a

Browse files
authored
Merge pull request #3 from tractor/v3.4.4
Release 3.4.4
2 parents f5d9442 + b6648b9 commit a1c264a

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
HOMEBREW_GITHUB_PACKAGES_TOKEN: ${{ github.token }}
2727
HOMEBREW_GITHUB_PACKAGES_USER: ${{ github.repository_owner }}
2828
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"
3030

3131
- name: Push commits
3232
uses: Homebrew/actions/git-try-push@master
3333
with:
3434
token: ${{ github.token }}
35-
branch: main
35+
branch: master
3636

3737
- name: Delete branch
3838
if: github.event.pull_request.head.repo.fork == false

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- run: brew test-bot --only-tap-syntax
3232

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'
3434
if: github.event_name == 'pull_request'
3535

3636
- name: Upload bottles as artifact

Formula/tractor.rb

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@ class Tractor < Formula
22
desc "Magnetic resonance and tractography with R"
33
homepage "http://www.tractor-mri.org.uk"
44
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"
77
head "https://github.com/tractor/tractor.git"
88

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"
1710
depends_on "r"
1811

1912
def install

0 commit comments

Comments
 (0)