Update gta

This commit is contained in:
Luke 2017-09-01 10:30:33 +02:00 committed by Tony Theodore
parent 7a8501ba80
commit f9d0b95321
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,8 @@
PKG := gta
$(PKG)_WEBSITE := http://www.nongnu.org/gta/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.0.7
$(PKG)_CHECKSUM := 85763f6b1a223d89e4ac000f5048d1d5bcd39b315192bca4e123fd89c24a0db5
$(PKG)_VERSION := 1.0.8
$(PKG)_CHECKSUM := 1d2ff713955eee28310de082a8fd8e236403c27dee3716ba1238c56e6643e4fb
$(PKG)_SUBDIR := libgta-$($(PKG)_VERSION)
$(PKG)_FILE := libgta-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://download.savannah.gnu.org/releases/gta/$($(PKG)_FILE)
@ -15,6 +15,7 @@ define $(PKG)_UPDATE
grep '<a class="list subject"' | \
$(SED) -n 's,.*<a[^>]*>libgta-\([0-9.]*\)<.*,\1,p' | \
head -1
endef
define $(PKG)_BUILD