diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-09-08 23:07:15 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-09-08 23:07:15 -0500 |
commit | 3001dbca9f50dcdc9a05cd920e4ccf7c695c069c (patch) | |
tree | 7f13201a0dfcaa2e70751cb88d859bbb29b780f1 | |
parent | f770fb4a49d2fbe592865c7edcd3352c3174e466 (diff) | |
download | homebrew-planr-3001dbca9f50dcdc9a05cd920e4ccf7c695c069c.tar.xz homebrew-planr-3001dbca9f50dcdc9a05cd920e4ccf7c695c069c.zip |
Update to v0.0.6
-rw-r--r-- | Formula/git-update-agent.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Formula/git-update-agent.rb b/Formula/git-update-agent.rb index 823d85c..32d3322 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.5.tar.xz" - version "0.0.5" - sha256 "3593f2b52cbbb44d25d923113f5f8c43044ebae28c7044b05b5927c628d5d09a" + url "https://www.git.flu0r1ne.net/git-update-agent/snapshot/git-update-agent-0.0.6.tar.xz" + version "0.0.6" + sha256 "b1a4fab7a79ff73a99e80522340becbe734ff1d4b3a9d6e0fa3bbc56a2e0bd57" 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.5", shell_output("#{bin}/git-update-agent --version").strip + assert_equal "0.0.6", shell_output("#{bin}/git-update-agent --version").strip end end |