|
@@ -4,10 +4,11 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-MONGREL2_VERSION = v1.9.1
|
|
|
|
|
|
+MONGREL2_VERSION = 1.9.2
|
|
|
|
+MONGREL2_SOURCE = mongrel2-v$(MONGREL2_VERSION).tar.bz2
|
|
# Do not use the github helper here, the generated tarball is *NOT* the same
|
|
# Do not use the github helper here, the generated tarball is *NOT* the same
|
|
# as the one uploaded by upstream for the release.
|
|
# as the one uploaded by upstream for the release.
|
|
-MONGREL2_SITE = https://github.com/zedshaw/mongrel2/releases/download/$(MONGREL2_VERSION)
|
|
|
|
|
|
+MONGREL2_SITE = https://github.com/mongrel2/mongrel2/releases/download/$(MONGREL2_VERSION)
|
|
MONGREL2_LICENSE = BSD-3c
|
|
MONGREL2_LICENSE = BSD-3c
|
|
MONGREL2_LICENSE_FILES = LICENSE
|
|
MONGREL2_LICENSE_FILES = LICENSE
|
|
MONGREL2_DEPENDENCIES = sqlite zeromq
|
|
MONGREL2_DEPENDENCIES = sqlite zeromq
|