aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Regueiro2013-09-03 01:46:24 +0100
committerAdam Vandenberg2013-09-17 21:18:49 -0700
commitca956b003bd172735e2c9df79aad0eceb7abba26 (patch)
tree0d442d823feac2768fe9a2539e267311139eb525 /Library
parent81e863fce1e5ebe92e19526542aa51ece176cf32 (diff)
downloadhomebrew-ca956b003bd172735e2c9df79aad0eceb7abba26.tar.bz2
plowshare 4.0
Closes #22274. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/plowshare.rb8
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'