Skip to content

Commit 6cd3e72

Browse files
authored
Merge pull request Homebrew#204224 from Homebrew/bump-futhark-0.25.26
futhark 0.25.26
2 parents f51edff + d74e5f4 commit 6cd3e72

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

Formula/f/futhark.rb

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
class Futhark < Formula
22
desc "Data-parallel functional programming language"
33
homepage "https://futhark-lang.org/"
4+
url "https://github.com/diku-dk/futhark/archive/refs/tags/v0.25.26.tar.gz"
5+
sha256 "f1fb769bded311d5798cf64859c6f0f76528fa370fd5ca59263d68d6a243f4df"
46
license "ISC"
57
head "https://github.com/diku-dk/futhark.git", branch: "master"
68

7-
stable do
8-
url "https://github.com/diku-dk/futhark/archive/refs/tags/v0.25.25.tar.gz"
9-
sha256 "e7bd5e1cecea2ca45be18220c82cb9b717bead314182853cc739c8f68b657a03"
10-
11-
# Backport support for GHC 9.12
12-
patch do
13-
url "https://github.com/diku-dk/futhark/commit/6fc96847b2cd4056df4cbdcbdab7f91cac2363fa.patch?full_index=1"
14-
sha256 "a90f4a6318e3fb96004f91f5c5afb126b36b9021beead2d22be50464c90b5219"
15-
end
16-
end
17-
189
bottle do
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ea8d09876633f3270c02b3b5ddb4ece2ea00269524487ef121f487f0ecfc4aca"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2771a45b3dcf012339b3813ed9d3231a972c98cd157037ba5d2fdac78d54d8b2"
21-
sha256 cellar: :any_skip_relocation, arm64_ventura: "70ef09f82573dea44e2cb502da6a40e09d76379aa43bd7e8253a9039af7bef3a"
22-
sha256 cellar: :any_skip_relocation, sonoma: "daacba28a9e3585f35457863ae133e45c34173e4ae924c50786d170634ef8947"
23-
sha256 cellar: :any_skip_relocation, ventura: "117f0454d59e15cb8eccc1b37854adf28d623175eaa905d0a6ca47b6c56a143c"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "91de41f78f61b612b11bcafd0e5495b8a6dca6f0b98f7b74adea8df9910821ed"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5555255583c8e17457d6cb08bd636c664454ca144c0c9d5290ba7b6984973e78"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f24cf6cc6ad945adde6cd765f8d3546798278e2a40fdf57017015a10b134678"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "f6d58e8c1f1fe408f739a587059d8471f6df4b9a7704f730ddea6cf2fedb3c1b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bcaa6d49ec21823dbbbf058a9e20f8b9dd555ac0061212bc8af5d3c06fc276a7"
14+
sha256 cellar: :any_skip_relocation, ventura: "26589dda8e36014b1942fb2d9a7f5d4dbbeb3aed75f8f2961c6703c5e8e9697b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0c0d680c0642863741c6d82becbe99bf0662a7021885f3b083d0eca382370da3"
2516
end
2617

2718
depends_on "cabal-install" => :build

0 commit comments

Comments
 (0)