snappy: update to 1.1.3.

This commit is contained in:
Michael Gehring 2016-01-24 16:59:54 +01:00 committed by Dominik Honnef
parent a05a717a5b
commit c5066538d7

View file

@ -1,15 +1,19 @@
# Template file for 'snappy'
pkgname=snappy
version=1.1.1
revision=3
version=1.1.3
revision=1
build_style=gnu-configure
makedepends="zlib-devel lzo-devel"
short_desc="A fast compressor/decompressor library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://code.google.com/p/snappy/"
homepage="https://google.github.io/snappy"
license="BSD"
distfiles="http://snappy.googlecode.com/files/snappy-${version}.tar.gz"
checksum=d79f04a41b0b513a014042a4365ec999a1ad5575e10d5e5578720010cb62fab3
distfiles="https://github.com/google/snappy/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=2f1e82adf0868c9e26a5a7a3115111b6da7e432ddbac268a7ca2fae2a247eef3
post_install() {
vlicense COPYING
}
snappy-devel_package() {
depends="${sourcepkg}-${version}_${revision}"