aboutsummaryrefslogtreecommitdiff
path: root/Formula/planr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Formula/planr.rb')
-rw-r--r--Formula/planr.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Formula/planr.rb b/Formula/planr.rb
index 64d723f..a0132f7 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://www.git.flu0r1ne.net/planr/snapshot/planr-0.1.3.tar.xz"
- version "0.1.3"
- sha256 "6f9eb0343d8ff9c9c7242bfb3c0af16634a9f41413c212e24445ad89cba29841"
+ url "https://www.git.flu0r1ne.net/planr/snapshot/planr-0.1.4.tar.xz"
+ version "0.1.4"
+ sha256 "b6aba809f4684bf575816cf83397a0627f5a431d02ef73be34ca0274044d0761"
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.3", shell_output("#{bin}/planr version").strip
+ assert_equal "0.1.4", shell_output("#{bin}/planr version").strip
end
end