announce: Update Makefile to 1.0.1
Signed-off-by: Simon Peter <probono@puredarwin.org>
This commit is contained in:
parent
a6ee37ebfa
commit
10ed69026f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue