Update to 2025-11-02-c64e12e.

This commit is contained in:
Mahlon E. Smith 2025-11-02 18:19:51 -08:00
parent d9e9b12dab
commit 1679ab4a75
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = airwindows-consolidated-bin pkgbase = airwindows-consolidated-bin
pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP. pkgdesc = The entirety of the Airwindows collection as LV2, VST3, and CLAP.
pkgver = 2025.10.25.360ef65 pkgver = 2025.11.02.c64e12e
pkgrel = 1 pkgrel = 1
url = https://www.airwindows.com/consolidated/ url = https://www.airwindows.com/consolidated/
arch = x86_64 arch = x86_64
@ -11,7 +11,7 @@ pkgbase = airwindows-consolidated-bin
license = GPL3 license = GPL3
conflicts = airwindows-consolidated-git conflicts = airwindows-consolidated-git
options = !debug options = !debug
source = AirwindowsConsolidated-2025-10-25-360ef65-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-10-25-360ef65-Linux.zip source = AirwindowsConsolidated-2025-11-02-c64e12e-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-2025-11-02-c64e12e-Linux.zip
sha256sums = 04c3b9663c92a0954a9e52c3ec5eb878594b773871bb9a14414eae02ad6effad sha256sums = 81875b384b6196fadd7598cc3f3ad760f7f952452d1cc11f5bf88bdca7b64389
pkgname = airwindows-consolidated-bin pkgname = airwindows-consolidated-bin

View file

@ -2,7 +2,7 @@
# vim:set ts=2 sw=2 et: # vim:set ts=2 sw=2 et:
pkgname=airwindows-consolidated-bin pkgname=airwindows-consolidated-bin
pkgver=2025.10.25.360ef65 pkgver=2025.11.02.c64e12e
_airwin=$(echo ${pkgver} | sed -e 's/\./\-/g') _airwin=$(echo ${pkgver} | sed -e 's/\./\-/g')
pkgrel=1 pkgrel=1
pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP." pkgdesc="The entirety of the Airwindows collection as LV2, VST3, and CLAP."
@ -13,7 +13,7 @@ groups=(clap-plugins lv2-plugins pro-audio vst3-plugins)
options=('!debug') options=('!debug')
conflicts=(airwindows-consolidated-git) conflicts=(airwindows-consolidated-git)
source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip") source=("AirwindowsConsolidated-${_airwin}-Linux.zip::https://github.com/baconpaul/airwin2rack/releases/download/DAWPlugin/AirwindowsConsolidated-${_airwin}-Linux.zip")
sha256sums=('04c3b9663c92a0954a9e52c3ec5eb878594b773871bb9a14414eae02ad6effad') sha256sums=('81875b384b6196fadd7598cc3f3ad760f7f952452d1cc11f5bf88bdca7b64389')
package() { package() {