summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Otto2018-03-22 16:43:55 +0100
committerDavid Otto2018-03-22 16:43:55 +0100
commitfc5b28df616558f62606599307dbe40553eaa2a8 (patch)
tree646ac7c0c4e9700be8ad035292b031acecd588d0
parenta6b31a3ad5190cb65959d729b09f1d8c28a2bd07 (diff)
downloadaur-fc5b28df616558f62606599307dbe40553eaa2a8.tar.gz
new release 1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b97c05b46ec..0013bc4e9af4 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.9
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/osxmidi/LinVst
arch = x86_64
depends = wine
- source = https://github.com/osxmidi/LinVst/releases/download/1.9/LinVst-1.9-Debian-Stretch.zip
- sha256sums = e39f78ebc2132a4f527cbc3942959bf1cd17df8c8bcadda5d6347c24705a77ba
+ source = https://github.com/osxmidi/LinVst/releases/download/1.9/LinVst-1.9.1-Debian-Stretch.zip
+ sha256sums = b81ea4ace70b0e70e6641a795dab523aa8f1a3d7ddcfd15980132576f87050d8
pkgname = linvst
diff --git a/PKGBUILD b/PKGBUILD
index 192cb2793b81..08bc8965cb68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=linvst
-pkgver=1.9
+pkgver=1.9.1
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.9/LinVst-${pkgver}-Debian-Stretch.zip")
-sha256sums=('e39f78ebc2132a4f527cbc3942959bf1cd17df8c8bcadda5d6347c24705a77ba')
+sha256sums=('b81ea4ace70b0e70e6641a795dab523aa8f1a3d7ddcfd15980132576f87050d8')
package() {
for file in "${srcdir}/LinVst-${pkgver}-Debian-Stretch/embedded-version/"*.{exe,so}; do