From afbde90334866fe105837b1f6ca14c6e25c9d415 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Mon, 6 Jun 2022 23:31:48 +0300 Subject: [PATCH] system/onerng: Updated for version 3.7. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/onerng/onerng.SlackBuild | 5 ++--- system/onerng/onerng.info | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/system/onerng/onerng.SlackBuild b/system/onerng/onerng.SlackBuild index beb76ea703..2520767b77 100644 --- a/system/onerng/onerng.SlackBuild +++ b/system/onerng/onerng.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=onerng -VERSION=${VERSION:-3.6} +VERSION=${VERSION:-3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -90,9 +90,8 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux make -# fix the .conf -> .conf.new -sed -i 's:^\(.*onerngconfSCRIPT_INSTALL.*$(DESTDIR)$(onerngconfdir)/$$f\)\(.*\)$:\1.new\2:' files/Makefile make install-strip DESTDIR=$PKG +mv -v ${PKG}/etc/onerng.conf ${PKG}/etc/onerng.conf.new mkdir -p ${PKG}/usr/doc/${PRGNAM}-${VERSION} cp -a \ diff --git a/system/onerng/onerng.info b/system/onerng/onerng.info index 68960a9200..4551aaf0fc 100644 --- a/system/onerng/onerng.info +++ b/system/onerng/onerng.info @@ -1,8 +1,8 @@ PRGNAM="onerng" -VERSION="3.6" +VERSION="3.7" HOMEPAGE="http://www.onerng.info" -DOWNLOAD="https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.6.orig.tar.gz" -MD5SUM="f1ffd033c56c9d66425304cef7d50f68" +DOWNLOAD="https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.7.orig.tar.gz" +MD5SUM="7abe6589491788b881e82528f5c80a20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-gnupg rng-tools"