mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/tuxguitar: Updated for version 1.6.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cdd1267a0c
commit
3e2f161bdf
2 changed files with 9 additions and 8 deletions
|
@ -2,9 +2,10 @@
|
|||
#
|
||||
# Slackware build script for TuxGuitar
|
||||
#
|
||||
# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2017 Ekin Akoglu, Erdemli, Mersin, Turkey
|
||||
# Copyright 2024-, Antonio Leal, Porto Salvo, Oeiras, Portugal
|
||||
# Copyright 2024 Martin Bångens, Sweden
|
||||
# Copyright 2017 Ekin Akoglu, Erdemli, Mersin, Turkey
|
||||
# Copyright 2009-2013 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tuxguitar
|
||||
VERSION=${VERSION:-1.6.3}
|
||||
VERSION=${VERSION:-1.6.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tuxguitar"
|
||||
VERSION="1.6.3"
|
||||
VERSION="1.6.4"
|
||||
HOMEPAGE="https://www.tuxguitar.app/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/helge17/tuxguitar/releases/download/1.6.3/tuxguitar-1.6.3-linux-swt-amd64.tar.gz"
|
||||
MD5SUM_x86_64="fbd78f45084bfd98f6b5aa3298856ff4"
|
||||
DOWNLOAD_x86_64="https://github.com/helge17/tuxguitar/releases/download/1.6.4/tuxguitar-1.6.4-linux-swt-amd64.tar.gz"
|
||||
MD5SUM_x86_64="59c16a5c174a0836c0c43bb875d32e57"
|
||||
REQUIRES="zulu-openjdk11 lilv"
|
||||
MAINTAINER="Martin Bångens"
|
||||
EMAIL="noisecode3@gmail.com"
|
||||
MAINTAINER="Antonio Leal"
|
||||
EMAIL="antonioleal@yahoo.com"
|
||||
|
|
Loading…
Reference in a new issue