summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Otto2018-01-29 16:47:50 +0100
committerDavid Otto2018-01-29 16:47:50 +0100
commita6b31a3ad5190cb65959d729b09f1d8c28a2bd07 (patch)
tree71be78d230b9febc2bf70390522fe0423c96f295
parente9c8bc5031f3cddbc0a5a6d1c863cbe7492bcc2a (diff)
downloadaur-a6b31a3ad5190cb65959d729b09f1d8c28a2bd07.tar.gz
new release 1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ed4aacdb88c..9b97c05b46ec 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.2
+ pkgver = 1.9
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.2-Debian-Stretch.zip
- sha256sums = 5160964b03d9c87be66f65fa90989577ba5add47da99f404a31dbb0d4bbfbdca
+ source = https://github.com/osxmidi/LinVst/releases/download/1.9/LinVst-1.9-Debian-Stretch.zip
+ sha256sums = e39f78ebc2132a4f527cbc3942959bf1cd17df8c8bcadda5d6347c24705a77ba
pkgname = linvst
diff --git a/PKGBUILD b/PKGBUILD
index 4fb196f6c411..192cb2793b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=linvst
-pkgver=1.8.2
+pkgver=1.9
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=('5160964b03d9c87be66f65fa90989577ba5add47da99f404a31dbb0d4bbfbdca')
+source=("https://github.com/osxmidi/LinVst/releases/download/1.9/LinVst-${pkgver}-Debian-Stretch.zip")
+sha256sums=('e39f78ebc2132a4f527cbc3942959bf1cd17df8c8bcadda5d6347c24705a77ba')
package() {
for file in "${srcdir}/LinVst-${pkgver}-Debian-Stretch/embedded-version/"*.{exe,so}; do