aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-09-18 19:58:50 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-09-18 19:58:50 -0500
commit03cdda9e265e3d170cab612a54fbdf3f946181ca (patch)
treeaf168d67d22d7025821737411d604aa7ad0c8e87
parentf16bba0cce3ee0e7b5f1eea31519fee5d068898a (diff)
downloadhomebrew-planr-03cdda9e265e3d170cab612a54fbdf3f946181ca.tar.xz
homebrew-planr-03cdda9e265e3d170cab612a54fbdf3f946181ca.zip
update to git-update-agent v0.0.7HEADmaster
-rw-r--r--Formula/git-update-agent.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Formula/git-update-agent.rb b/Formula/git-update-agent.rb
index 32d3322..6fd1f67 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.6.tar.xz"
- version "0.0.6"
- sha256 "b1a4fab7a79ff73a99e80522340becbe734ff1d4b3a9d6e0fa3bbc56a2e0bd57"
+ url "https://www.git.flu0r1ne.net/git-update-agent/snapshot/git-update-agent-0.0.7.tar.xz"
+ version "0.0.7"
+ sha256 "383035ddcf1e1d242468e7ba9004f5a243d8482b945af1c0766ebc2f131ae9f1"
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.6", shell_output("#{bin}/git-update-agent --version").strip
+ assert_equal "0.0.7", shell_output("#{bin}/git-update-agent --version").strip
end
end