aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-09-06 14:27:21 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-09-06 14:27:21 -0500
commite960145fcb8e0ce53c62637c08cc75412cea4eea (patch)
tree1b5cab9862237864f41cf66dd4c5144c37a6d63b
parentd1f1b8b217c14c37a5d742d0417ac0c3bfec0783 (diff)
Update to v0.1.2
-rw-r--r--Formula/planr.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Formula/planr.rb b/Formula/planr.rb
index 0bb3075..077403a 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://www.git.furkistan.com/planr/snapshot/planr-0.1.1.tar.xz"
- version "0.1.1"
- sha256 "b5c5f2918bb265e1a39579fca081a2d2c066d0c69b4e596b696c90a9129eb0e5"
+ url "https://www.git.furkistan.com/planr/snapshot/planr-0.1.2.tar.xz"
+ version "0.1.2"
+ sha256 "ae2fb086f2e35810cd899c539634e16f5c27e7139a601cffbae5f9867fecaa44"
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.1.1", shell_output("#{bin}/planr version").strip
+ assert_equal "0.1.2", shell_output("#{bin}/planr version").strip
end
end