update: freetds, xxhash

This commit is contained in:
Mark Brand 2019-10-08 23:31:30 +02:00
parent 76350ee149
commit ae41a17cf9
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ PKG := freetds
$(PKG)_WEBSITE := https://www.freetds.org/
$(PKG)_DESCR := FreeTDS
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.1.16
$(PKG)_CHECKSUM := ca1fdcb09ff7d7d09991385d26fc6ab6ebece95feb56f5c943a4e21351713e54
$(PKG)_VERSION := 1.1.17
$(PKG)_CHECKSUM := 7c0703f9f5ce90b2e155f3b06144229294926385ce01d76e88e157f8106995b9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://www.freetds.org/files/stable/$($(PKG)_FILE)

View File

@ -4,8 +4,8 @@ PKG := xxhash
$(PKG)_WEBSITE := https://cyan4973.github.io/xxHash/
$(PKG)_DESCR := xxHash
$(PKG)_IGNORE :=
$(PKG)_VERSION := 0.7.0
$(PKG)_CHECKSUM := b34792646d5e19964bb7bba24f06cb13aecaac623ab91a54da08aa19d3686d7e
$(PKG)_VERSION := 0.7.2
$(PKG)_CHECKSUM := 7e93d28e81c3e95ff07674a400001d0cdf23b7842d49b211e5582d00d8e3ac3e
$(PKG)_GH_CONF := Cyan4973/xxHash/tags,v
$(PKG)_DEPS := cc