diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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() { |