announce: Update Makefile to 1.0.1 1001/head
authorprobonopd <probono@puredarwin.org>
Sun, 8 Mar 2015 10:12:52 +0000 (10:12 +0000)
committerprobonopd <probono@puredarwin.org>
Sun, 8 Mar 2015 10:12:52 +0000 (10:12 +0000)
Signed-off-by: Simon Peter <probono@puredarwin.org>
net/announce/Makefile

index d2c17dad1200326b4ce7d205c8a1709c61124bb4..60d9e63f62f14e1ad5a238823ffa04195494a0f6 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=announce
-PKG_VERSION:=1.0
+PKG_VERSION:=1.0.1
 PKG_RELEASE:=1
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=src/LICENSE.txt
@@ -16,7 +16,7 @@ PKG_MAINTAINER:=Simon Peter <probono@puredarwin.org>
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/probonopd/announce.git
-PKG_SOURCE_VERSION:=70d70f998686199deaa5d62b54688c869e237eef
+PKG_SOURCE_VERSION:=1368525c7305ca5bb4134242f332344f5f7e94e3
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)