From 98c8fd7ae3afead2b3938773beab7b7ed493fcc4 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Tue, 31 Aug 2021 02:37:40 -0500 Subject: Update to Planr v0.0.3 --- Formula/planr.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/planr.rb b/Formula/planr.rb index b885d11..08b773e 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.2.tar.xz" - version "0.0.2" - sha256 "15dded6078ef5197e7b1873f694c7ad06a6862bbe4f324b961b2aceb254e7dfd" + url "https://git.flu0r1ne.net/planr/snapshot/planr-0.0.3.tar.xz" + version "0.0.3" + sha256 "2970c38b38cdc73e8232cf1b909a407dc07c4f5d7b20c29c5e8e3488c1ede889" 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.2", shell_output("#{bin}/planr version").strip + assert_equal "0.0.3", shell_output("#{bin}/planr version").strip end end -- cgit v1.2.3