snappy: update to 1.1.4.

This commit is contained in:
Michael Gehring 2017-01-31 10:23:21 +00:00
parent cf7b8bc037
commit bcbe28623b

View file

@ -1,7 +1,7 @@
# Template file for 'snappy' # Template file for 'snappy'
pkgname=snappy pkgname=snappy
version=1.1.3 version=1.1.4
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel lzo-devel" makedepends="zlib-devel lzo-devel"
short_desc="A fast compressor/decompressor library" short_desc="A fast compressor/decompressor library"
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://google.github.io/snappy" homepage="https://google.github.io/snappy"
license="BSD" license="BSD"
distfiles="https://github.com/google/snappy/releases/download/${version}/${pkgname}-${version}.tar.gz" distfiles="https://github.com/google/snappy/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=2f1e82adf0868c9e26a5a7a3115111b6da7e432ddbac268a7ca2fae2a247eef3 checksum=134bfe122fd25599bb807bb8130e7ba6d9bdb851e0b16efcb83ac4f5d0b70057
post_install() { post_install() {
vlicense COPYING vlicense COPYING