development/mg-troglobit: Updated for version 3.7.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marco Marini 2023-08-18 19:33:05 +09:00 committed by Willy Sudiarto Raharjo
parent 38de58f863
commit ec9b2e1cc8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Marco Marini
Copyright (c) 2019-2023 Marco Marini
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -4,9 +4,9 @@ A SlackBuild for Joachim Wiberg (troglobit)'s fork of OpenBSD Mg (https://github
The usage is the very same of https://slackbuilds.org/howto/
Get the Mg source code here: https://github.com/troglobit/mg/releases/download/v3.6/mg-3.6.tar.gz
Get the Mg source code here: https://github.com/troglobit/mg/releases/download/v3.7/mg-3.7.tar.gz
![Mg-troglobit on Slackware 14.0](https://i.postimg.cc/zfhpDNxc/mg36.png "Mg-troglobit on Slackware 14.0")
![Mg-troglobit on Slackware 14.0](https://i.postimg.cc/P5BKVR8N/mg37.png "Mg-troglobit on Slackware 14.0")
## License
Copyright (c) 2020-2023 Saidone

View File

@ -1,13 +1,13 @@
#!/bin/bash
# Slackware build script for Joachim Wiberg (troglobit)'s fork of OpenBSD Mg
# saidone@saidone.org revision date 2023/04/10
# saidone@saidone.org revision date 2023/08/14
# license (of this script and its accessories, not that of the application it will package): see LICENSE
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mg-troglobit
VERSION=${VERSION:-3.6}
VERSION=${VERSION:-3.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="mg-troglobit"
VERSION="3.6"
VERSION="3.7"
HOMEPAGE="https://github.com/troglobit/mg"
DOWNLOAD="https://github.com/troglobit/mg/releases/download/v3.6/mg-3.6.tar.gz"
MD5SUM="a6eab531431abd3c9e1dbb18749e30b9"
DOWNLOAD="https://github.com/troglobit/mg/releases/download/v3.7/mg-3.7.tar.gz"
MD5SUM="0040c9e738bd204db26c6967bbb8be38"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""