aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/asciinema.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/asciinema.rb b/Library/Formula/asciinema.rb
index 75966647b..d327926f1 100644
--- a/Library/Formula/asciinema.rb
+++ b/Library/Formula/asciinema.rb
@@ -4,6 +4,13 @@ class Asciinema < Formula
homepage "https://asciinema.org/"
url "https://github.com/asciinema/asciinema-cli/archive/v0.9.9.tar.gz"
sha1 "155c19366ffb3347e97026e9ab8006c16d2a52c6"
+ head "https://github.com/asciinema/asciinema-cli"
+
+ devel do
+ url "https://github.com/asciinema/asciinema-cli/archive/v1.0.0.rc1.tar.gz"
+ sha1 "14bea5ed7fc3bda9a40c8a8173d7e9f107f6a78c"
+ version "1.0.0.rc1"
+ end
bottle do
cellar :any
@@ -41,6 +48,7 @@ class Asciinema < Formula
end
test do
+ ENV["LC_ALL"] = "en_US.UTF-8"
system "#{bin}/asciinema", "-v"
system "#{bin}/asciinema", "-h"
end