diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/plowshare.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/plowshare.rb b/Library/Formula/plowshare.rb index c9270122d..8d2bd0f88 100644 --- a/Library/Formula/plowshare.rb +++ b/Library/Formula/plowshare.rb @@ -2,9 +2,9 @@ require 'formula' class Plowshare < Formula homepage 'http://code.google.com/p/plowshare/' - url 'http://plowshare.googlecode.com/files/plowshare3-snapshot-git20130520.c289008.tar.gz' - version '3.GIT-c289008' - sha1 '4a69918dbf6faa1698ddcf581aeb7c15d829caf2' + url 'http://plowshare.googlecode.com/files/plowshare4-snapshot-git20130901.1c5013f.tar.gz' + version '4.GIT-1c5013f' + sha1 '57f2351d0136ad7a79e99c12be230b144166afaf' head 'https://code.google.com/p/plowshare/', :using => :git @@ -46,7 +46,7 @@ __END__ --- a/src/core.sh +++ b/src/core.sh @@ -1,4 +1,8 @@ - #!/bin/bash + #!/usr/bin/env bash +shopt -s expand_aliases +alias sed='gsed' +alias getopt='`brew --prefix gnu-getopt`/bin/getopt' |
