summaryrefslogtreecommitdiffstats
path: root/development/hare
diff options
context:
space:
mode:
author henesy <henesy.dev@gmail.com>2024-11-17 08:12:06 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-24 17:08:43 +0700
commit39e044089b92811d3fc9c6143fc80665fd32312a (patch)
treeea23d51eb1d9f3dc01f85abccfd81c4abe736735 /development/hare
parentd851105f48c558bd8987fb0773d3be7a095a9b0a (diff)
downloadslackbuilds-39e044089b92811d3fc9c6143fc80665fd32312a.tar.gz
slackbuilds-39e044089b92811d3fc9c6143fc80665fd32312a.tar.xz
development/hare: Upgrade to 0.24.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hare')
-rw-r--r--development/hare/hare.SlackBuild7
-rw-r--r--development/hare/hare.info10
2 files changed, 9 insertions, 8 deletions
diff --git a/development/hare/hare.SlackBuild b/development/hare/hare.SlackBuild
index ea694e5463..d34585d973 100644
--- a/development/hare/hare.SlackBuild
+++ b/development/hare/hare.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for hare
+# Copyright 2024 Sean Hinchee
# Copyright 2023 Dave Gauer, http://ratfactor.com
# All rights reserved.
#
@@ -31,11 +32,11 @@ cd $(dirname $0) ; CWD=$(pwd)
# https://git.alpinelinux.org/aports/tree/community/hare/APKBUILD
#
PRGNAM=hare
-VERSION=${VERSION:-20230225}
+VERSION=${VERSION:-0.24.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-COMMITVERSION=${COMMITVERSION:-1cbc3d0453055fa75b15797e937f4abafe53bcbc}
+COMMITVERSION=${COMMITVERSION:-66ebb53ef4fa8aea329e883ea21787a74bdcedf9}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -100,7 +101,7 @@ find -L . \
# https://harelang.org/distributions/
# /usr/local --> /usr
# /usr/share/man --> /usr/man
-cp config.example.mk config.mk
+cp configs/linux.mk config.mk
sed -i 's|/usr/local|/usr|' config.mk
sed -i 's|/share/man|/man|' config.mk
diff --git a/development/hare/hare.info b/development/hare/hare.info
index 7830d47a19..4391cea01c 100644
--- a/development/hare/hare.info
+++ b/development/hare/hare.info
@@ -1,10 +1,10 @@
PRGNAM="hare"
-VERSION="20230225"
+VERSION="0.24.2"
HOMEPAGE="https://harelang.org/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://git.sr.ht/~sircmpwn/hare/archive/1cbc3d0453055fa75b15797e937f4abafe53bcbc.tar.gz"
-MD5SUM_x86_64="e652fa188bec4a7e3db715e3b906fc40"
+DOWNLOAD_x86_64="https://git.sr.ht/~sircmpwn/hare/archive/66ebb53ef4fa8aea329e883ea21787a74bdcedf9.tar.gz"
+MD5SUM_x86_64="85e134430544a948f7789d1fa8c6db9e"
REQUIRES="harec scdoc tzleap"
-MAINTAINER="Dave Gauer"
-EMAIL="dave@ratfactor.com"
+MAINTAINER="Sean Hinchee"
+EMAIL="henesy.dev@gmail.com"