浏览代码

announce: Update Makefile to 1.0.1

Signed-off-by: Simon Peter <probono@puredarwin.org>
probonopd 10 年前
父节点
当前提交
10ed69026f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      net/announce/Makefile

+ 2
- 2
net/announce/Makefile 查看文件

@@ -8,7 +8,7 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=announce
11
-PKG_VERSION:=1.0
11
+PKG_VERSION:=1.0.1
12 12
 PKG_RELEASE:=1
13 13
 PKG_LICENSE:=BSD-3-Clause
14 14
 PKG_LICENSE_FILES:=src/LICENSE.txt
@@ -16,7 +16,7 @@ PKG_MAINTAINER:=Simon Peter <probono@puredarwin.org>
16 16
 
17 17
 PKG_SOURCE_PROTO:=git
18 18
 PKG_SOURCE_URL:=https://github.com/probonopd/announce.git
19
-PKG_SOURCE_VERSION:=70d70f998686199deaa5d62b54688c869e237eef
19
+PKG_SOURCE_VERSION:=1368525c7305ca5bb4134242f332344f5f7e94e3
20 20
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION)
21 21
 PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
22 22
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)