summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4304484f7018..3f2b57f76718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuxguitar-bin
pkgdesc = TuxGuitar is an Open Source multitrack tablature editor and player written in Java.
- pkgver = 1.6.5
+ pkgver = 1.6.6
pkgrel = 1
url = https://github.com/helge17/tuxguitar
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = tuxguitar-bin
optdepends = fluidsynth
optdepends = soundfont-unison
options = !strip
- source = https://github.com/helge17/tuxguitar/releases/download/1.6.5/tuxguitar-1.6.5-linux-swt-amd64.tar.gz
+ source = https://github.com/helge17/tuxguitar/releases/download/1.6.6/tuxguitar-1.6.6-linux-swt-amd64.tar.gz
source = tuxguitar-bin.sh
- sha256sums = c3188ba8d736d3f011399656821cdbad4cff54afbe7c420ac8fe62a689b2d4fa
+ sha256sums = 91f3e4f88220e50e0573d1cc4b4931c426ab95b26354a96e22fcfc2a90e324b3
sha256sums = 3161e7eae2d4bc03a7108f01b8773b6101762c34876cfc948dfb441bb3836b48
pkgname = tuxguitar-bin
diff --git a/PKGBUILD b/PKGBUILD
index 21cca1b2ff96..e1d560dc3f1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tuxguitar-bin
_name=tuxguitar
-pkgver=1.6.5
+pkgver=1.6.6
pkgrel=1
pkgdesc="TuxGuitar is an Open Source multitrack tablature editor and player written in Java."
arch=('x86_64')
@@ -13,7 +13,7 @@ optdepends=('jack' 'fluidsynth' 'soundfont-unison')
options=('!strip')
source=("https://github.com/helge17/tuxguitar/releases/download/$pkgver/$_name-$pkgver-linux-swt-amd64.tar.gz"
"$pkgname.sh")
-sha256sums=('c3188ba8d736d3f011399656821cdbad4cff54afbe7c420ac8fe62a689b2d4fa'
+sha256sums=('91f3e4f88220e50e0573d1cc4b4931c426ab95b26354a96e22fcfc2a90e324b3'
'3161e7eae2d4bc03a7108f01b8773b6101762c34876cfc948dfb441bb3836b48')
package() {