mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
snappy: update to 1.1.8.
This commit is contained in:
parent
1a9030a7c6
commit
104d0462e9
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'snappy'
|
# Template file for 'snappy'
|
||||||
pkgname=snappy
|
pkgname=snappy
|
||||||
version=1.1.7
|
version=1.1.8
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=1"
|
configure_args="-DBUILD_SHARED_LIBS=1"
|
||||||
makedepends="zlib-devel lzo-devel"
|
makedepends="zlib-devel lzo-devel"
|
||||||
short_desc="A fast compressor/decompressor library"
|
short_desc="Fast compressor/decompressor library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="https://google.github.io/snappy"
|
homepage="https://google.github.io/snappy"
|
||||||
license="BSD"
|
|
||||||
distfiles="https://github.com/google/snappy/archive/${version}.tar.gz"
|
distfiles="https://github.com/google/snappy/archive/${version}.tar.gz"
|
||||||
checksum=3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4
|
checksum=16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue