rhash: Update to 1.4.1

This commit is contained in:
Alexey Pavlov 2021-01-12 20:02:54 +03:00
parent 69d37a3020
commit c6ca03561d
2 changed files with 6 additions and 6 deletions

View File

@ -222,9 +222,9 @@
/* win_utils.c - utility functions for Windows and CygWin */
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
#include "win_utils.h"
#include <windows.h>
/* Fix #138: require to use MSVCRT implementation of *printf functions */
#define __USE_MINGW_ANSI_STDIO 0
@@ -575,4 +575,4 @@ size_t win_fwrite(const void* ptr, size_
#endif /* _WIN32 */
#else

View File

@ -2,8 +2,8 @@
pkgbase=rhash
pkgname=("lib${pkgbase}" "lib${pkgbase}-devel" "${pkgbase}")
pkgver=1.4.0
pkgrel=2
pkgver=1.4.1
pkgrel=1
pkgdesc='Utility for verifying hash sums of files'
url='https://sourceforge.net/projects/rhash/'
license=('custom' 'MIT')
@ -12,9 +12,9 @@ source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${p
${pkgbase}-${pkgver}.tar.gz.asc::https://github.com/rhash/RHash/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc
1.4.0_rhash-CYGWIN.patch)
makedepends=('openssl-devel')
sha256sums=('2ea39540f5c580da0e655f7b483c19e0d31506aed4202d88e8459fa7aeeb8861'
sha256sums=('430c812733e69b78f07ce30a05db69563450e41e217ae618507a4ce2e144a297'
'SKIP'
'67e8f1b2d6c843caa342eac69134502c259e436209c7eafa5614e705df7dd7fb')
'fb29ee491f6d32b3c1a4bcdef459ae84087f1e1b5ed308b382300cdc084d612f')
# https://sourceforge.net/p/rhash/wiki/PublicKey/
validpgpkeys=('2875F6B1C2D27A4F0C8AF60B2A714497E37363AE')