From df0ab10f4ad03b71d81cf931bc3f5134e752305c Mon Sep 17 00:00:00 2001 From: J Farkas Date: Sat, 18 Jun 2022 15:48:57 +0000 Subject: [PATCH] rhash: actually report 1.4.3 The upstream tarball was missing the version number update. --- .../patches/0001-Fix-version-macro.patch | 27 +++++++++++++++++++ srcpkgs/rhash/template | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) 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 f62c3da48fb4..266ca8264ad7 100644 --- a/srcpkgs/rhash/template +++ b/srcpkgs/rhash/template @@ -1,7 +1,7 @@ # Template file for 'rhash' pkgname=rhash version=1.4.3 -revision=1 +revision=2 wrksrc="RHash-${version}" build_style=configure configure_args="--enable-openssl --disable-openssl-runtime