diff options
author | Dirk Brenken <dev@brenken.org> | 2018-08-27 09:59:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-27 09:59:45 +0200 |
commit | 2e54c41a24cc8b9169fe5d3b557227b0efea38ad (patch) | |
tree | 3883bdddc07b9b86f9c36d6d5a209d913e5977b2 | |
parent | e38ca52ac6ff973cbb16d6f21e9528dbe53476b2 (diff) | |
parent | c06e5ba978b19e5f34a4c15fa39fdb7ce83ca4ef (diff) |
Merge pull request #6798 from MikePetullo/vips
vips: update to 8.6.5
-rw-r--r-- | libs/vips/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/vips/Makefile b/libs/vips/Makefile index 7050e475e..1af312c88 100644 --- a/libs/vips/Makefile +++ b/libs/vips/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vips -PKG_VERSION:=8.6.4 -PKG_RELEASE:=2 +PKG_VERSION:=8.6.5 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/jcupitt/libvips/releases/download/v8.6.4/ -PKG_HASH:=4631a080c92b2b371379252e451818604858942b754c924b09843a7f528a8af4 +PKG_SOURCE_URL:=https://github.com/jcupitt/libvips/releases/download/v8.6.5/ +PKG_HASH:=8702af0e340e220e0c08f8ded6c8248b18e7043938d9e8a2426631fd37a9d5db PKG_FIXUP:=autoreconf PKG_CHECK_FORMAT_SECURITY:=0 |