1
0
forked from ports/contrib

hiredis: 0.14.0 -> 0.14.1

This commit is contained in:
Tim Biermann 2020-06-08 19:14:01 +00:00
parent e649b10ed5
commit 500b84ac0d
3 changed files with 7 additions and 7 deletions

View File

@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/include/hiredis/adapters/
-rw-rw-r-- root/root usr/include/hiredis/adapters/libuv.h
-rw-rw-r-- root/root usr/include/hiredis/adapters/macosx.h
-rw-rw-r-- root/root usr/include/hiredis/adapters/qt.h
-rw-rw-r-- root/root usr/include/hiredis/alloc.h
-rw-rw-r-- root/root usr/include/hiredis/async.h
-rw-rw-r-- root/root usr/include/hiredis/hiredis.h
-rw-rw-r-- root/root usr/include/hiredis/read.h

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x3gfFSbzOhRrCerkMa5gQNDt5lZRvJcRkOt+XisA1wiscupd3LR/KKk014ycZtbvYT+o2KAAMVvxaPPLl6H5g0=
SHA256 (Pkgfile) = a40a4060873b809f83dd481891c0616043f2a7409339939f7dc869c5640de15d
SHA256 (.footprint) = 754de27124bd1b170adb879e1956644ce11d9d9069b6028f6876d92bcf42c1e2
SHA256 (hiredis-v0.14.0.tar.gz) = 042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd
RWSagIOpLGJF37ZtZz+jLlzizcRCSVOKVZqzyjQUcqBdkOUctiDhLruWQrRnqOT6vtwVGUCU9CyvlNMJ2LGt+20WTtmYnDvOgw0=
SHA256 (Pkgfile) = 928cc9c560ec044dd6eca836948383e71373a0bdf097573bc217ffdbe452b503
SHA256 (.footprint) = 13d19209188ddba4b61c876b254ba09033dd903f64552279cf5119616705233a
SHA256 (hiredis-v0.14.1.tar.gz) = 2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913

View File

@ -4,14 +4,13 @@
# Depends on:
name=hiredis
version=0.14.0
version=0.14.1
release=1
source=(https://github.com/redis/hiredis/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
}