github-release 0.5.3

Closes Homebrew/homebrew#36268.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Baptiste Fontaine 2015-01-27 13:16:08 +01:00 committed by Mike McQuaid
parent e6fc4ee42a
commit b0367a74f1

View file

@ -1,9 +1,7 @@
require "formula"
class GithubRelease < Formula
homepage "https://github.com/aktau/github-release"
url "https://github.com/aktau/github-release/archive/v0.5.2.tar.gz"
sha1 "684391c8bfbb80e43e9aa328b640aaca10345bd7"
url "https://github.com/aktau/github-release/archive/v0.5.3.tar.gz"
sha1 "f2816cee7a9a0c7eea22ab5ae1d5a6aa1caefc5e"
head "https://github.com/aktau/github-release.git"
@ -22,6 +20,8 @@ class GithubRelease < Formula
end
test do
system "#{bin}/github-release", "info", "--user", "aktau", "--repo", "github-release", "--tag", "v#{version}"
system "#{bin}/github-release", "info", "--user", "aktau",
"--repo", "github-release",
"--tag", "v#{version}"
end
end