mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
rdedup: rebuild against OpenSSL
This commit is contained in:
parent
2e0a7f32aa
commit
8ef881a850
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'rdedup'
|
# Template file for 'rdedup'
|
||||||
pkgname=rdedup
|
pkgname=rdedup
|
||||||
version=3.1.1
|
version=3.1.1
|
||||||
revision=5
|
revision=6
|
||||||
wrksrc=rdedup-rdedup-v${version}
|
wrksrc=rdedup-rdedup-v${version}
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config clang"
|
hostmakedepends="pkg-config clang"
|
||||||
makedepends="libressl-devel liblzma-devel libsodium-devel"
|
makedepends="openssl-devel liblzma-devel libsodium-devel"
|
||||||
short_desc="Data deduplication engine"
|
short_desc="Data deduplication engine"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue