diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-14 15:33:52 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-14 15:33:52 +0200 |
commit | 0f018fa348da69c58765cc6b0194dc762c0ffdcc (patch) | |
tree | 4e5d2751b13f9fbf1b234b056f647178555f3a0e /openwrt/dolmetsch-ctl | |
parent | fixed etc dir (diff) |
updated openwrt package
Diffstat (limited to 'openwrt/dolmetsch-ctl')
-rw-r--r-- | openwrt/dolmetsch-ctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/dolmetsch-ctl/Makefile b/openwrt/dolmetsch-ctl/Makefile index 0857746..6ba0a51 100644 --- a/openwrt/dolmetsch-ctl/Makefile +++ b/openwrt/dolmetsch-ctl/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dolmetschctl PKG_VERSION:=2015-10-14 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.spreadspace.org/dolmetschctl.git PKG_SOURCE:=$(PKG_NAME).tar.gz -PKG_SOURCE_VERSION:=6bc291c0fd3e1760ca4bfeaf33b38cbb4b21830c +PKG_SOURCE_VERSION:=a84e372d3f977f657378bb489f9ed5d88ea70334 PKG_SOURCE_SUBDIR:=$(PKG_NAME) PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org> |