Skip to content

Commit c783ac2

Browse files
committed
libgsm 1.0.23
1 parent 76cf335 commit c783ac2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/lib/libgsm.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
class Libgsm < Formula
22
desc "Lossy speech compression library"
33
homepage "https://www.quut.com/gsm/"
4-
url "https://www.quut.com/gsm/gsm-1.0.22.tar.gz"
5-
sha256 "f0072e91f6bb85a878b2f6dbf4a0b7c850c4deb8049d554c65340b3bf69df0ac"
4+
url "https://www.quut.com/gsm/gsm-1.0.23.tar.gz"
5+
sha256 "8b7591a85ac9adce858f2053005e6b2eb20c23b8b8a868dffb2969645fa323c0"
66
license "TU-Berlin-2.0"
77

88
livecheck do
99
url :homepage
1010
regex(/href=.*?gsm[._-]v?(\d+(?:\.\d+)+)\.t/i)
1111
end
1212

13-
no_autobump! because: :requires_manual_review
14-
1513
bottle do
1614
rebuild 1
1715
sha256 cellar: :any, arm64_sequoia: "73ab84857bda140ae2dbf8dcbba53376739db92a4943fa2aa5e9939ebe7365ba"

0 commit comments

Comments
 (0)