remind 03.01.12
Update remind to 03.01.12, also remove useragent adjustment since it seems to no longer be necessary. Closes Homebrew/homebrew#9798. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c322c94cb8
commit
6ec158bdd0
1 changed files with 2 additions and 6 deletions
|
@ -1,13 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
|
||||
class Remind < Formula
|
||||
url 'http://www.roaringpenguin.com/files/download/remind-03.01.10.tar.gz'
|
||||
url 'http://www.roaringpenguin.com/files/download/remind-03.01.12.tar.gz'
|
||||
homepage 'http://www.roaringpenguin.com/products/remind'
|
||||
md5 'f6f7829d3ac92e0d6d463c59b5e6ce3f'
|
||||
|
||||
# roaringpenguin.com returns a 403 when the user agent contains Mac OS X :(
|
||||
HOMEBREW_USER_AGENT.delete!("; Mac OS X #{MACOS_FULL_VERSION}")
|
||||
md5 'de16cbfc3ee94defcb1abdf78b2ebcd1'
|
||||
|
||||
def install
|
||||
# Remove unnecessary sleeps when running on Apple
|
||||
|
|
Loading…
Reference in a new issue