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:
parent
38de58f863
commit
ec9b2e1cc8
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -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/
|
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
|
## License
|
||||||
Copyright (c) 2020-2023 Saidone
|
Copyright (c) 2020-2023 Saidone
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Slackware build script for Joachim Wiberg (troglobit)'s fork of OpenBSD Mg
|
# 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
|
# license (of this script and its accessories, not that of the application it will package): see LICENSE
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=mg-troglobit
|
PRGNAM=mg-troglobit
|
||||||
VERSION=${VERSION:-3.6}
|
VERSION=${VERSION:-3.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="mg-troglobit"
|
PRGNAM="mg-troglobit"
|
||||||
VERSION="3.6"
|
VERSION="3.7"
|
||||||
HOMEPAGE="https://github.com/troglobit/mg"
|
HOMEPAGE="https://github.com/troglobit/mg"
|
||||||
DOWNLOAD="https://github.com/troglobit/mg/releases/download/v3.6/mg-3.6.tar.gz"
|
DOWNLOAD="https://github.com/troglobit/mg/releases/download/v3.7/mg-3.7.tar.gz"
|
||||||
MD5SUM="a6eab531431abd3c9e1dbb18749e30b9"
|
MD5SUM="0040c9e738bd204db26c6967bbb8be38"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue