11class GitAnnex < Formula
22 desc "Manage files with git without checking in file contents"
33 homepage "https://git-annex.branchable.com/"
4- url "https://hackage.haskell.org/package/git-annex-10.20250929 /git-annex-10.20250929 .tar.gz"
5- sha256 "1212b1ade79c04743eeb29e6aa002e35db1cffad456062da384a5c179103c3b9 "
4+ url "https://hackage.haskell.org/package/git-annex-10.20251029 /git-annex-10.20251029 .tar.gz"
5+ sha256 "fe1a90e289b3bd3c2529f21229727083ec99820738e4522149ae259b81d19e44 "
66 license all_of : [ "AGPL-3.0-or-later" , "BSD-2-Clause" , "BSD-3-Clause" ,
77 "GPL-2.0-only" , "GPL-3.0-or-later" , "MIT" ]
88 head "git://git-annex.branchable.com/" , branch : "master"
@@ -13,12 +13,12 @@ class GitAnnex < Formula
1313 end
1414
1515 bottle do
16- sha256 cellar : :any , arm64_tahoe : "a714957418996b9dcdf67a399a26ba19746981e0761e4b94fa0357789a1494c0 "
17- sha256 cellar : :any , arm64_sequoia : "26e0790df1629bdc8fa06ac8c60daecadd7795f28766f879e797aa730ba248fa "
18- sha256 cellar : :any , arm64_sonoma : "e8d19d70cb7d66d63c8d100eed986dddd82e9f042009958b306f8ed15753e47c "
19- sha256 cellar : :any , sonoma : "ee5ce025df61b944f409cece83087a94451bb44c0f692708dd71bc7aaa1241ce "
20- sha256 cellar : :any_skip_relocation , arm64_linux : "bfd005a2b6dbac82b40f3f60f018bb5f99791fd996620dfcb8893eaf9ae6bb2c "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "ce4ac86ef144d256df7eed3cf0b9c178afc09164589c592bca966c0e0f62f4c3 "
16+ sha256 cellar : :any , arm64_tahoe : "459566515a12df8a443c80cd9ed343aa634bcb508dc383bb4e6fbf04c71f5fe7 "
17+ sha256 cellar : :any , arm64_sequoia : "75087ff01ed2016b58e92bed8a238fe50ced8adb47f8244dac03830bb4f6e253 "
18+ sha256 cellar : :any , arm64_sonoma : "7feb37389fec807bd1756e1ebef2195bf6bf70aa70909afe8537057818edf3e6 "
19+ sha256 cellar : :any , sonoma : "4371115cbbd23d0704dabc30f9c14be24964521b2b3851ea18605552030919e7 "
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "a6b0166ec8770a0c7790730821078552a928bd4b0ca89aca84c8ccd958020b1c "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "b462eb4e08f9de00b109de36da785df7a17578d1a1340612d7078da88c5e5f35 "
2222 end
2323
2424 depends_on "cabal-install" => :build
0 commit comments