From 9b452782c1a8f2045f7e512ef3b657da2444b5ce Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 3 Mar 2015 17:26:24 +0100 Subject: asciinema: devel and head added Closes #37364. Signed-off-by: Mike McQuaid --- Library/Formula/asciinema.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3