diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-10 12:49:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 13:32:47 +0700 |
commit | 358cb388055a2a710ce111c95a9f49b5af6770ba (patch) | |
tree | e07da9341594d0238b13a77edce922e2350b69b1 /system | |
parent | 25e05a992d465d3283ee9f229653f86003bbde4c (diff) |
system/otf-hermit: Updated for version 2.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/otf-hermit/otf-hermit.SlackBuild | 9 | ||||
-rw-r--r-- | system/otf-hermit/otf-hermit.info | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/system/otf-hermit/otf-hermit.SlackBuild b/system/otf-hermit/otf-hermit.SlackBuild index 004246f348657..2739e34eacf79 100644 --- a/system/otf-hermit/otf-hermit.SlackBuild +++ b/system/otf-hermit/otf-hermit.SlackBuild @@ -22,20 +22,19 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220210 bkw: Modified by SlackBuilds.org: updated for v2.0, as the +# previous version's download disappeared. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=otf-hermit -FONTNAM=Hermit -VERSION=${VERSION:-1.21} +VERSION=${VERSION:-2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/otf-hermit/otf-hermit.info b/system/otf-hermit/otf-hermit.info index 8939e4ab64b7a..af624a9f8d99c 100644 --- a/system/otf-hermit/otf-hermit.info +++ b/system/otf-hermit/otf-hermit.info @@ -1,8 +1,8 @@ PRGNAM="otf-hermit" -VERSION="1.21" +VERSION="2.0" HOMEPAGE="https://pcaro.es/p/hermit/" -DOWNLOAD="https://pcaro.es/d/otf-hermit-1.21.tar.gz" -MD5SUM="95e44bd81eb96f04e129ee019726db9a" +DOWNLOAD="https://pcaro.es/d/otf-hermit-2.0.tar.gz" +MD5SUM="62fcc5020889c22077eac5771dd40e7f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |