Skip to content

Commit

Permalink
libatomic_ops: add 7.6.14 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Sep 9, 2022
1 parent b3aca5e commit 2eabfdf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/libatomic_ops.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class LibatomicOps < Formula
desc "Implementations for atomic memory update operations"
homepage "https://github.com/ivmai/libatomic_ops/"
url "https://github.com/ivmai/libatomic_ops/releases/download/v7.6.12/libatomic_ops-7.6.12.tar.gz"
sha256 "f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e"
url "https://github.com/ivmai/libatomic_ops/releases/download/v7.6.14/libatomic_ops-7.6.14.tar.gz"
sha256 "390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292"
license "GPL-2.0"

livecheck do
Expand All @@ -12,9 +12,10 @@ class LibatomicOps < Formula

bottle do
root_url "https://github.com/gromgit/homebrew-core-aarch64_linux/releases/download/libatomic_ops"
sha256 cellar: :any_skip_relocation, aarch64_linux: "2750f4129484e8bb09da388a5f034aa6a4075b48c375db8ea37933afa32ede6a"
sha256 cellar: :any_skip_relocation, aarch64_linux: "e27e8ccbec5b11d18cb2d924a9ebd4183e7fc90c7bdff41283afaa998c623938"
end


def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make"
Expand Down

0 comments on commit 2eabfdf

Please sign in to comment.