mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
rhash: actually report 1.4.3
The upstream tarball was missing the version number update.
This commit is contained in:
parent
15d982ad61
commit
46f233ae15
2 changed files with 28 additions and 1 deletions
27
srcpkgs/rhash/patches/0001-Fix-version-macro.patch
Normal file
27
srcpkgs/rhash/patches/0001-Fix-version-macro.patch
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
From 01bcf3b6163a1e43845fbc08efe9ff551534db3c Mon Sep 17 00:00:00 2001
|
||||||
|
From: Aleksey Kravchenko <rhash.admin@gmail.com>
|
||||||
|
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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rhash'
|
# Template file for 'rhash'
|
||||||
pkgname=rhash
|
pkgname=rhash
|
||||||
version=1.4.3
|
version=1.4.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="RHash-${version}"
|
wrksrc="RHash-${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--enable-openssl --disable-openssl-runtime
|
configure_args="--enable-openssl --disable-openssl-runtime
|
||||||
|
|
Loading…
Add table
Reference in a new issue