hardlink 0.3.0
Version bump. Closes Homebrew/homebrew#33496. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
98bfd63287
commit
ccf37ed6ed
1 changed files with 2 additions and 8 deletions
|
@ -2,14 +2,8 @@ require "formula"
|
|||
|
||||
class Hardlink < Formula
|
||||
homepage "http://jak-linux.org/projects/hardlink/"
|
||||
url "http://jak-linux.org/projects/hardlink/hardlink_0.2.0.tar.gz"
|
||||
sha1 "6ba0fe26bbdf4feac6483550f647b4424e614cb9"
|
||||
|
||||
devel do
|
||||
url "http://jak-linux.org/projects/hardlink/hardlink_0.3.0~rc2.tar.gz"
|
||||
version "0.3.0_rc2"
|
||||
sha1 "0a55a96a79839f668ca392cc0a11fa521044807d"
|
||||
end
|
||||
url "http://jak-linux.org/projects/hardlink/hardlink_0.3.0.tar.xz"
|
||||
sha1 "abe9964d104b124b8dbebe6f354691e884f1fa2c"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gnu-getopt"
|
||||
|
|
Loading…
Reference in a new issue