aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ht.rb
diff options
context:
space:
mode:
authorJonathan Schleifer2015-01-24 21:08:11 +0100
committerMike McQuaid2015-02-01 13:11:27 +0100
commitdb18b7707aa7b5e0daa896317b1fba2a1e9abb58 (patch)
tree4074995519a1590617138a9c54cc14f1caa6d4fe /Library/Formula/ht.rb
parent549e4ee944c4bec081382d3fd6d3192e876904be (diff)
downloadhomebrew-db18b7707aa7b5e0daa896317b1fba2a1e9abb58.tar.bz2
ht 2.1.0
Update ht to 2.1.0 Closes #36332. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/ht.rb')
-rw-r--r--Library/Formula/ht.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ht.rb b/Library/Formula/ht.rb
index 32b2c5856..22c5b33af 100644
--- a/Library/Formula/ht.rb
+++ b/Library/Formula/ht.rb
@@ -2,13 +2,13 @@ require 'formula'
class Ht < Formula
homepage 'http://hte.sf.net/'
- url 'https://downloads.sourceforge.net/project/hte/ht-source/ht-2.0.22.tar.bz2'
- sha256 'c729d64bf7de440c7b1021d3d6657ccbdb103541b4082a58dca7c8402c773f58'
+ url 'https://downloads.sourceforge.net/project/hte/ht-source/ht-2.1.0.tar.bz2'
+ sha256 '31f5e8e2ca7f85d40bb18ef518bf1a105a6f602918a0755bc649f3f407b75d70'
depends_on 'lzo'
def install
- system "chmod +x ./install-sh"
+ chmod 0755, "./install-sh"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-x11-textmode"