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 316bb7a09d17..6ed4aacdb88c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = linvst
pkgdesc = enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's
- pkgver = 1.8
+ pkgver = 1.8.2
pkgrel = 1
url = https://github.com/osxmidi/LinVst
arch = x86_64
depends = wine
- source = https://github.com/osxmidi/LinVst/releases/download/1.8/LinVst-1.8-Debian-Stretch.zip
- sha256sums = 96e72788f11f351d3dabb9c870e658aad215332d4a3065418d72bcb41a266f53
+ source = https://github.com/osxmidi/LinVst/releases/download/1.8/LinVst-1.8.2-Debian-Stretch.zip
+ sha256sums = 5160964b03d9c87be66f65fa90989577ba5add47da99f404a31dbb0d4bbfbdca
pkgname = linvst
diff --git a/PKGBUILD b/PKGBUILD
index b541ec263b35..4fb196f6c411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=linvst
-pkgver=1.8
+pkgver=1.8.2
pkgrel=1
pkgdesc="enables Windows vst's to be used as Linux vst's in Linux vst capable DAW's"
arch=('x86_64')
url="https://github.com/osxmidi/LinVst"
depends=('wine')
source=("https://github.com/osxmidi/LinVst/releases/download/1.8/LinVst-${pkgver}-Debian-Stretch.zip")
-sha256sums=('96e72788f11f351d3dabb9c870e658aad215332d4a3065418d72bcb41a266f53')
+sha256sums=('5160964b03d9c87be66f65fa90989577ba5add47da99f404a31dbb0d4bbfbdca')
package() {
for file in "${srcdir}/LinVst-${pkgver}-Debian-Stretch/embedded-version/"*.{exe,so}; do