aboutsummaryrefslogtreecommitdiff
path: root/Formula/git-update-agent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Formula/git-update-agent.rb')
-rw-r--r--Formula/git-update-agent.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Formula/git-update-agent.rb b/Formula/git-update-agent.rb
index be33b1f..12ee682 100644
--- a/Formula/git-update-agent.rb
+++ b/Formula/git-update-agent.rb
@@ -1,9 +1,9 @@
class GitUpdateAgent < Formula
desc "A simple update overlay for git"
homepage "https://www.git.flu0r1ne.net/git-update-agent/about/"
- url "https://www.git.flu0r1ne.net/git-update-agent/snapshot/git-update-agent-0.0.2.tar.xz"
+ url "https://www.git.flu0r1ne.net/git-update-agent/snapshot/git-update-agent-0.0.4.tar.xz"
version "0.0.2"
- sha256 "b1769cb33b0cc73812b19d8ac1658986b22f25d1e0d11f30d109ee02d1abf6aa"
+ sha256 "5679f102dc86cc58f1f613f0ef671c3b68c3ec585ec52528b44554e0d203146f"
license "GPL-2.0-only"
depends_on "git"
@@ -14,6 +14,6 @@ class GitUpdateAgent < Formula
test do
# Do something more substantial once test configuration is more modular
- assert_equal "0.0.2", shell_output("#{bin}/git-update-agent --version").strip
+ assert_equal "0.0.4", shell_output("#{bin}/git-update-agent --version").strip
end
end