summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author shelldweller <shelldweller@beauxbead.com>2022-04-01 17:57:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:05 +0700
commit327b309553ba4010405186d2bd4e024b8f6c2227 (patch)
tree4f3a9c5ac1d63fc44b67e68fb8f62cf7706b9b66 /network
parent386518ddea4492d70bdf56d3e27f36209ee29f49 (diff)
downloadslackbuilds-327b309553ba4010405186d2bd4e024b8f6c2227.tar.gz
slackbuilds-327b309553ba4010405186d2bd4e024b8f6c2227.tar.xz
network/XD: Updated for version 0.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/XD/XD.SlackBuild5
-rw-r--r--network/XD/XD.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/network/XD/XD.SlackBuild b/network/XD/XD.SlackBuild
index 9d61db3121..3b09eea3ad 100644
--- a/network/XD/XD.SlackBuild
+++ b/network/XD/XD.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=XD
-VERSION=${VERSION:-0.3.4}
+VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,7 +79,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-export GO111MODULE="off"
+# this breaks the build on 4.x series, was not put here by the author.
+#export GO111MODULE="off"
make install PREFIX=$PKG/usr
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/network/XD/XD.info b/network/XD/XD.info
index ae2cdcf762..732fd7cda6 100644
--- a/network/XD/XD.info
+++ b/network/XD/XD.info
@@ -1,8 +1,8 @@
PRGNAM="XD"
-VERSION="0.3.4"
+VERSION="0.4.2"
HOMEPAGE="https://github.com/majestrate/XD"
-DOWNLOAD="https://github.com/majestrate/XD/archive/v0.3.4/XD-0.3.4.tar.gz"
-MD5SUM="e68c243f875de6e791ef27b5564f1bb6"
+DOWNLOAD="https://github.com/majestrate/XD/archive/v0.4.2/XD-0.4.2.tar.gz"
+MD5SUM="9de5e84d190c2e6cbe7fd0972e0b4eb8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"