diff options
Diffstat (limited to 'contrib/package/haserl-lua/Makefile')
-rw-r--r-- | contrib/package/haserl-lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/haserl-lua/Makefile b/contrib/package/haserl-lua/Makefile index 6d656db59..ed4279bfd 100644 --- a/contrib/package/haserl-lua/Makefile +++ b/contrib/package/haserl-lua/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haserl-lua -PKG_VERSION:=0.9.23 +PKG_VERSION:=0.9.24 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/trunk/contrib/package-source/ \ http://firmware.freifunk-halle.net/ffluci/package-source/ -PKG_MD5SUM:=f3a0f329904791c5662d93638f92bdfd +PKG_MD5SUM:=b004005594b84e35839b1d5c330f8e03 include $(INCLUDE_DIR)/package.mk |