From 507ca57d496c9f8701533b877ee267f49b4b8eec Mon Sep 17 00:00:00 2001 From: J Farkas Date: Thu, 16 Jun 2022 18:35:31 +0000 Subject: [PATCH] rhash: update to 1.4.3 --- .../patches/0001-Fix-version-macro.patch | 27 +++++++++++++++++++ srcpkgs/rhash/template | 4 +-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/rhash/patches/0001-Fix-version-macro.patch diff --git a/srcpkgs/rhash/patches/0001-Fix-version-macro.patch b/srcpkgs/rhash/patches/0001-Fix-version-macro.patch new file mode 100644 index 000000000000..ca22078e6ae6 --- /dev/null +++ b/srcpkgs/rhash/patches/0001-Fix-version-macro.patch @@ -0,0 +1,27 @@ +From 01bcf3b6163a1e43845fbc08efe9ff551534db3c Mon Sep 17 00:00:00 2001 +From: Aleksey Kravchenko +Date: Wed, 15 Jun 2022 06:17:59 +0300 +Subject: [PATCH 1/2] Fix version macro + +--- + bindings/version.properties | 2 +- + version.h | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/bindings/version.properties b/bindings/version.properties +index 162590e..54aef26 100644 +--- a/bindings/version.properties ++++ b/bindings/version.properties +@@ -1 +1 @@ +-version=1.4.2 ++version=1.4.3 +diff --git a/version.h b/version.h +index af30db7..3fc0325 100644 +--- a/version.h ++++ b/version.h +@@ -1 +1 @@ +-#define VERSION "1.4.2" ++#define VERSION "1.4.3" +-- +2.36.1 + diff --git a/srcpkgs/rhash/template b/srcpkgs/rhash/template index 36113db2dcec..a77116a75212 100644 --- a/srcpkgs/rhash/template +++ b/srcpkgs/rhash/template @@ -1,6 +1,6 @@ # Template file for 'rhash' pkgname=rhash -version=1.4.2 +version=1.4.3 revision=1 wrksrc="RHash-${version}" build_style=configure @@ -15,7 +15,7 @@ maintainer="Leah Neukirchen " license="0BSD" homepage="https://github.com/rhash/RHash" distfiles="https://github.com/rhash/RHash/archive/v${version}.tar.gz" -checksum=600d00f5f91ef04194d50903d3c79412099328c42f28ff43a0bdb777b00bec62 +checksum=1e40fa66966306920f043866cbe8612f4b939b033ba5e2708c3f41be257c8a3e post_extract() { sed -i 's/__GLIBC__/__linux__/' librhash/byte_order.h