aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-03-03 17:26:24 +0100
committerMike McQuaid2015-03-03 18:30:19 +0000
commit9b452782c1a8f2045f7e512ef3b657da2444b5ce (patch)
treec3e51b510e29e6ff4093d5e713ff298cb2157e5a /Library
parent818ab86f6d43e4ca0d0e883e3071eced9af3585f (diff)
downloadhomebrew-9b452782c1a8f2045f7e512ef3b657da2444b5ce.tar.bz2
asciinema: devel and head added
Closes #37364. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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