From 4dd5a05c8bc46e3ff02a77ca28599ebebeae27c2 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Sun, 5 Sep 2021 20:23:44 -0500 Subject: update to planr v0.1.0 --- Formula/planr.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Formula/planr.rb') diff --git a/Formula/planr.rb b/Formula/planr.rb index 08b773e..ef7f135 100644 --- a/Formula/planr.rb +++ b/Formula/planr.rb @@ -1,9 +1,9 @@ class Planr < Formula desc "An open-source, disturbed code grading tool for the classroom" homepage "https://www.git.flu0r1ne.net/planr/about/" - url "https://git.flu0r1ne.net/planr/snapshot/planr-0.0.3.tar.xz" - version "0.0.3" - sha256 "2970c38b38cdc73e8232cf1b909a407dc07c4f5d7b20c29c5e8e3488c1ede889" + url "https://www.git.flu0r1ne.net/planr/snapshot/planr-0.1.0.tar.xz" + version "0.1.0" + sha256 "80324885f0974409e3a239396adb4b2430788f7ff61bc45eee1f4b43937b99e2" license "GPL-2.0-only" depends_on "go" => :build @@ -17,6 +17,6 @@ class Planr < Formula test do # Do something more substantial once test configuration is more modular - assert_equal "0.0.3", shell_output("#{bin}/planr version").strip + assert_equal "0.1.0", shell_output("#{bin}/planr version").strip end end -- cgit v1.2.3