aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/github-release.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-01-27 13:16:08 +0100
committerMike McQuaid2015-01-27 12:40:07 +0000
commitb48c221ccaf55f212dc93386181dc3ad21a12c56 (patch)
treea92ffd074f6503ac57b9f04d41bbbfcfe1b82a3b /Library/Formula/github-release.rb
parentcbcf318a2f6fb797e93d56e111bf830f9b89161c (diff)
downloadhomebrew-b48c221ccaf55f212dc93386181dc3ad21a12c56.tar.bz2
github-release 0.5.3
Closes #36268. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/github-release.rb')
-rw-r--r--Library/Formula/github-release.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/github-release.rb b/Library/Formula/github-release.rb
index bf4e0cc36..2db21fd97 100644
--- a/Library/Formula/github-release.rb
+++ b/Library/Formula/github-release.rb
@@ -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