From 56cf5495318bf1a84512883b032f4d90caf65058 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sun, 29 Aug 2021 18:04:28 -0500 Subject: Bump git-update-agent 5.0.0 --- Formula/git-update-agent.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Formula/git-update-agent.rb') diff --git a/Formula/git-update-agent.rb b/Formula/git-update-agent.rb index 9b9d19d..ff45163 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.4.tar.xz" - version "0.0.4" - sha256 "5679f102dc86cc58f1f613f0ef671c3b68c3ec585ec52528b44554e0d203146f" + url "https://www.git.flu0r1ne.net/git-update-agent/snapshot/git-update-agent-0.0.5.tar.xz" + version "0.0.5" + sha256 "6fb981ad5f4acd1e864eacae026b59f102ea19831c13f5c4ae3628b8f4093be4" 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.4", shell_output("#{bin}/git-update-agent --version").strip + assert_equal "0.0.5", shell_output("#{bin}/git-update-agent --version").strip end end -- cgit v1.2.3