mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
libfetch: rebuild against OpenSSL
This commit is contained in:
parent
ff82855c77
commit
84182ade0b
2 changed files with 3 additions and 3 deletions
|
@ -775,7 +775,7 @@ libenca.so.0 libenca-1.13_1
|
||||||
libwavpack.so.1 libwavpack-4.60.1_1
|
libwavpack.so.1 libwavpack-4.60.1_1
|
||||||
libSDL_net-1.2.so.0 SDL_net-1.2.7_1
|
libSDL_net-1.2.so.0 SDL_net-1.2.7_1
|
||||||
libmodplug.so.1 libmodplug-0.8.8_1
|
libmodplug.so.1 libmodplug-0.8.8_1
|
||||||
libfetch.so.2 libfetch-2.34_8
|
libfetch.so.2 libfetch-2.34_23
|
||||||
libneon.so.27 neon-0.29.5_1
|
libneon.so.27 neon-0.29.5_1
|
||||||
libsvn_subr-1.so.0 libsvn-1.7.5_1
|
libsvn_subr-1.so.0 libsvn-1.7.5_1
|
||||||
libsvn_diff-1.so.0 libsvn-1.7.5_1
|
libsvn_diff-1.so.0 libsvn-1.7.5_1
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'libfetch'
|
# Template file for 'libfetch'
|
||||||
pkgname=libfetch
|
pkgname=libfetch
|
||||||
version=2.34
|
version=2.34
|
||||||
revision=22
|
revision=23
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-devel"
|
||||||
short_desc="File Transfer Library for URLs"
|
short_desc="File Transfer Library for URLs"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
|
Loading…
Add table
Reference in a new issue