diff options
| author | Denis Denisov | 2015-03-15 18:38:08 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-15 17:41:09 +0000 |
| commit | b95de10440c379adddc285ac0a0475bb6984ae93 (patch) | |
| tree | 58e6257a52fefe71f3149d63c2a71699b5910dc4 /Library | |
| parent | d56761ecaf0da15ba3b3e878e849f6ab9805dc71 (diff) | |
| download | homebrew-b95de10440c379adddc285ac0a0475bb6984ae93.tar.bz2 | |
p7zip: add devel
Closes #37743.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/p7zip.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/p7zip.rb b/Library/Formula/p7zip.rb index 4d10764a0..e43cc2933 100644 --- a/Library/Formula/p7zip.rb +++ b/Library/Formula/p7zip.rb @@ -3,6 +3,11 @@ class P7zip < Formula url "https://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.1_src_all.tar.bz2" sha1 "1cd567e043ee054bf08244ce15f32cb3258306b7" + devel do + url "https://downloads.sourceforge.net/project/p7zip/p7zip/9.38.1/p7zip_9.38.1_src_all.tar.bz2" + sha1 "6b1eccf272d8b141a94758f80727ae633568ba69" + end + bottle do sha1 "c734e7052a1e3e9e280b189db31cf59e9d4f98e6" => :yosemite sha1 "aba193d047e84781a4d18911a41e77c16d520aea" => :mavericks @@ -12,7 +17,7 @@ class P7zip < Formula option "32-bit" def install - if Hardware.is_32_bit? or build.build_32_bit? + if Hardware.is_32_bit? || build.build_32_bit? mv "makefile.macosx_32bits", "makefile.machine" else mv "makefile.macosx_64bits", "makefile.machine" |
