summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Andy Alt2024-03-22 02:51:09 +0100
committer Willy Sudiarto Raharjo2024-03-22 03:11:16 +0100
commit74012680dbe2b9ca31910340b87d221189fa37a5 (patch)
tree40c352185f794876202d0035f2e3ae2b3e3ec999 /system
parent47b09f34e23e132f489359cd5e3e38cd95f500b0 (diff)
downloadslackbuilds-74012680dbe2b9ca31910340b87d221189fa37a5.tar.gz
system/rmw: Updated for version 0.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/rmw/rmw.SlackBuild10
-rw-r--r--system/rmw/rmw.info6
2 files changed, 5 insertions, 11 deletions
diff --git a/system/rmw/rmw.SlackBuild b/system/rmw/rmw.SlackBuild
index 2e05034512..8b99c45f2c 100644
--- a/system/rmw/rmw.SlackBuild
+++ b/system/rmw/rmw.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for rmw
#
-# Copyright 2019-2023 / Andy Alt / United States
+# Copyright 2019-2024 / Andy Alt / United States
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rmw
-VERSION=${VERSION:-0.9.1}
+VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -95,12 +95,6 @@ cd build
DESTDIR=$PKG ninja install
cd ..
-#
-# rmw no longer searches for a system-wide config file
-#
-#mkdir -p $PKG/etc
-#cat rmwrc > $PKG/etc/rmwrc.new
-
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/system/rmw/rmw.info b/system/rmw/rmw.info
index f99667faf2..4db0e99b00 100644
--- a/system/rmw/rmw.info
+++ b/system/rmw/rmw.info
@@ -1,8 +1,8 @@
PRGNAM="rmw"
-VERSION="0.9.1"
+VERSION="0.9.2"
HOMEPAGE="https://theimpossibleastronaut.github.io/rmw-website/"
-DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.1/rmw-0.9.1.tar.xz"
-MD5SUM="a0393d670e7e9f2f0ce07c4a946b7a48"
+DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.2/rmw-0.9.2.tar.xz"
+MD5SUM="1dd4923ca5011061559c54f76eb55de0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""