pax-runner 1.8.5
Closes Homebrew/homebrew#19694. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cf8b303211
commit
81e74c5af0
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class PaxRunner < Formula
|
||||
homepage 'http://team.ops4j.org'
|
||||
url 'http://repo1.maven.org/maven2/org/ops4j/pax/runner/pax-runner-assembly/1.7.6/pax-runner-assembly-1.7.6-jdk15.tar.gz'
|
||||
version '1.7.6'
|
||||
sha1 'db04e32011e41532a30f5163456368883cfc4261'
|
||||
url 'http://repo1.maven.org/maven2/org/ops4j/pax/runner/pax-runner-assembly/1.8.5/pax-runner-assembly-1.8.5-jdk15.tar.gz'
|
||||
version '1.8.5'
|
||||
sha1 '7cd301b6a20e4a83f8b5dfc84a7250d43f24eb10'
|
||||
|
||||
def install
|
||||
(bin+'pax-runner').write <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue