jack 0.124.1
The jack download url was broken due to a site hack - updated to the url currently shown on the homepage and added the newly required dependency for 0.124.1 (berkeley-db). Closes Homebrew/homebrew#29800. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3ef6b26479
commit
7ad5dbfc62
1 changed files with 3 additions and 2 deletions
|
@ -9,9 +9,10 @@ require 'formula'
|
|||
# Please see https://github.com/Homebrew/homebrew/pull/22043 for more info
|
||||
class Jack < Formula
|
||||
homepage 'http://jackaudio.org'
|
||||
url 'http://jackaudio.org/downloads/jack-audio-connection-kit-0.121.3.tar.gz'
|
||||
sha1 '7d6e2219660222d1512ee704dd88a534b3e3089e'
|
||||
url "http://jackaudio.org/jack-audio-connection-kit-0.124.1.tar.gz"
|
||||
sha1 "e9ba4a4c754ec95fbe653dcf7344edd6cc47cd60"
|
||||
|
||||
depends_on 'berkeley-db'
|
||||
depends_on 'celt'
|
||||
depends_on 'libsndfile'
|
||||
depends_on 'libsamplerate'
|
||||
|
|
Loading…
Reference in a new issue