aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJohnathan Conley2014-07-18 22:36:50 -0500
committerJack Nagel2014-07-19 00:12:58 -0500
commitdb71783ad26f0277fa1d565bed14302051b5f011 (patch)
tree5075f297c1ee54cf565edb8f8e6845c6425f1a05 /Library/Formula
parentd04b64c9a4067582961b1aa4895643ae76910692 (diff)
downloadhomebrew-db71783ad26f0277fa1d565bed14302051b5f011.tar.bz2
hamsterdb 2.1.8
Fixes #30271. Closes #30945. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hamsterdb.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/hamsterdb.rb b/Library/Formula/hamsterdb.rb
index e0b2b3599..1a4d72947 100644
--- a/Library/Formula/hamsterdb.rb
+++ b/Library/Formula/hamsterdb.rb
@@ -27,8 +27,8 @@ end
class Hamsterdb < Formula
homepage 'http://hamsterdb.com'
- url "http://files.hamsterdb.com/dl/hamsterdb-2.1.7.tar.gz"
- sha1 "4ce5a0004e7f1fee28fcec0ee9c5478be5aad25c"
+ url "http://files.hamsterdb.com/dl/hamsterdb-2.1.8.tar.gz"
+ sha1 "f91af65d19cdbd75ec52f6d18e331e22e4f198a7"
option 'without-java', 'Do not build the Java wrapper'
option 'without-remote', 'Disable access to remote databases'
@@ -41,6 +41,13 @@ class Hamsterdb < Formula
depends_on 'libtool' => :build
end
+ stable do
+ patch do
+ url "https://github.com/cruppstahl/hamsterdb/commit/6eed38f26a0805fe976ead92b467767e1448b124.diff"
+ sha1 "13928ceca137eb1cf680d3d25d18819c44dc743e"
+ end
+ end
+
depends_on 'boost'
depends_on 'gnutls'
depends_on JavaRequirement if build.with? 'java'