aboutsummaryrefslogtreecommitdiff
path: root/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Formula')
-rw-r--r--Formula/planr.rb8
1 files 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