rhash: update to 1.4.3.

This commit is contained in:
Leah Neukirchen 2022-06-18 15:19:24 +02:00
parent a0c09acf17
commit 15d982ad61
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'rhash' # Template file for 'rhash'
pkgname=rhash pkgname=rhash
version=1.4.2 version=1.4.3
revision=1 revision=1
wrksrc="RHash-${version}" wrksrc="RHash-${version}"
build_style=configure build_style=configure
@ -15,10 +15,10 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="0BSD" license="0BSD"
homepage="https://github.com/rhash/RHash" homepage="https://github.com/rhash/RHash"
distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz" distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz"
checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62 checksum=1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e
post_extract() { post_extract() {
sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h vsed -i -e 's/__GLIBC__/__linux__/' librhash/byte_order.h
} }
post_install() { post_install() {