aboutsummaryrefslogtreecommitdiff
path: root/Formula
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-08-23 01:15:37 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-08-23 01:15:37 -0500
commit9ac404ff235c6544d51eb7bd52d18a1b233d43e0 (patch)
treeb5233b84f9f8f223ed1025032b2990b48808a222 /Formula
parent5d249207125df4f8033a71031f0537697a76f93e (diff)
Update planr to 0.0.2
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 521fdbf..e225313 100644
--- a/Formula/planr.rb
+++ b/Formula/planr.rb
@@ -1,9 +1,9 @@
class Planr < Formula
desc "An open-source, distrubed code grading tool for the classroom"
homepage "https://www.git.furkistan.com/planr.git/about/"
- url "https://git.furkistan.com/planr.git/snapshot/planr-0.0.1.tar.xz"
- version "0.0.1"
- sha256 "b10830960481a78d48ec8bf979cd8f386dd50c378df04fbfbd78c88240ac4af7"
+ url "https://git.furkistan.com/planr.git/snapshot/planr-0.0.2.tar.xz"
+ version "0.0.2"
+ sha256 "15dded6078ef5197e7b1873f694c7ad06a6862bbe4f324b961b2aceb254e7dfd"
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.1", shell_output("#{bin}/planr version").strip
+ assert_equal "0.0.2", shell_output("#{bin}/planr version").strip
end
end