aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-08-31 02:37:40 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-08-31 02:37:40 -0500
commit571db1f79e7d800944e4b4ce300076ef835aea1c (patch)
tree5e10b3a5433212a80382da9e06bb9d509edf0afd
parenta37743320769c7717b66f545c87a3f96471ed816 (diff)
Update to Planr v0.0.3
-rw-r--r--Formula/planr.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Formula/planr.rb b/Formula/planr.rb
index c867791..2bdcc60 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.furkistan.com/planr/about/"
- url "https://git.furkistan.com/planr/snapshot/planr-0.0.2.tar.xz"
- version "0.0.2"
- sha256 "15dded6078ef5197e7b1873f694c7ad06a6862bbe4f324b961b2aceb254e7dfd"
+ url "https://git.furkistan.com/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