diff options
author | Thomas Penteker <tek@serverop.de> | 2018-11-16 21:09:34 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2018-11-16 21:09:34 +0100 |
commit | 1bfc45f1b0d8f0e7922634076a58bd2ca04ec1ed (patch) | |
tree | 92dc81e343b9e2a69894ef0e4ccf9b20416b18de /hiredis | |
parent | fa88885963d8d75d8a78899905ccfb9481c39f36 (diff) | |
download | contrib-1bfc45f1b0d8f0e7922634076a58bd2ca04ec1ed.tar.gz contrib-1bfc45f1b0d8f0e7922634076a58bd2ca04ec1ed.tar.xz |
hiredis: 0.13.3 -> 0.14.0
Diffstat (limited to 'hiredis')
-rw-r--r-- | hiredis/.footprint | 6 | ||||
-rw-r--r-- | hiredis/.signature | 8 | ||||
-rw-r--r-- | hiredis/Pkgfile | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/hiredis/.footprint b/hiredis/.footprint index 43b0f80b0..4c26a0341 100644 --- a/hiredis/.footprint +++ b/hiredis/.footprint @@ -1,7 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/hiredis/ -drwxrwxr-x root/root usr/include/hiredis/adapters/ +drwxr-xr-x root/root usr/include/hiredis/adapters/ -rw-rw-r-- root/root usr/include/hiredis/adapters/ae.h -rw-rw-r-- root/root usr/include/hiredis/adapters/glib.h -rw-rw-r-- root/root usr/include/hiredis/adapters/ivykis.h @@ -16,7 +16,7 @@ drwxrwxr-x root/root usr/include/hiredis/adapters/ -rw-rw-r-- root/root usr/include/hiredis/sds.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libhiredis.a -lrwxrwxrwx root/root usr/lib/libhiredis.so -> libhiredis.so.0.13 --rwxr-xr-x root/root usr/lib/libhiredis.so.0.13 +lrwxrwxrwx root/root usr/lib/libhiredis.so -> libhiredis.so.0.14 +-rwxr-xr-x root/root usr/lib/libhiredis.so.0.14 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/hiredis.pc diff --git a/hiredis/.signature b/hiredis/.signature index e2534487f..78f57d091 100644 --- a/hiredis/.signature +++ b/hiredis/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35o+UTCnHAO93hkH2Fnl/+uYsHytBN2ghkdguf5vt0S6ufQuUu9pJzAbhBnR8S4BIj7wC7PBTGOcwFksiq2npgk= -SHA256 (Pkgfile) = 3e9dbd844979b81c71074df6f61bc104493e077aa57c54a291b8b2217a90d650 -SHA256 (.footprint) = 255758bdaac3bfefe84c2ce4709dedb3ea1ba7b86713af95ef5544627ce878c3 -SHA256 (v0.13.3.tar.gz) = 717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78 +RWSagIOpLGJF32nCDufUEfICJcV+XaV/86XbJVegbsjbJOi1X05AHF8BVgF+tC3raHoCHfNKKIFmqVKloj55zF/RiBLxc1N1vgs= +SHA256 (Pkgfile) = 745c56edb5221e1957a54937c979b60943382dc3d78d8efab4e4a1c3abcef031 +SHA256 (.footprint) = 754de27124bd1b170adb879e1956644ce11d9d9069b6028f6876d92bcf42c1e2 +SHA256 (v0.14.0.tar.gz) = 042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd diff --git a/hiredis/Pkgfile b/hiredis/Pkgfile index 7ea0f5eba..d79d59376 100644 --- a/hiredis/Pkgfile +++ b/hiredis/Pkgfile @@ -4,7 +4,7 @@ # Depends on: name=hiredis -version=0.13.3 +version=0.14.0 release=1 source=(https://github.com/redis/hiredis/archive/v${version}.tar.gz) |