diff options
author | David Otto | 2018-01-15 13:31:59 +0100 |
---|---|---|
committer | David Otto | 2018-01-15 13:31:59 +0100 |
commit | e9c8bc5031f3cddbc0a5a6d1c863cbe7492bcc2a (patch) | |
tree | 873475db57b76c587167b78c84913ae1bb5610c5 /PKGBUILD | |
parent | 6e13df9a83a135154e86c82d350ed2efd7e45c68 (diff) | |
download | aur-e9c8bc5031f3cddbc0a5a6d1c863cbe7492bcc2a.tar.gz |
new release 1.8.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |