media-plugins/airwindows: Changed SRC_URI for stability

master
audiodef 8 months ago
parent 2b6d2aa215
commit 8a7dbd1c37

@ -1,3 +1,3 @@
DIST LinuxVSTs.zip 10714124 BLAKE2B ecd4f7d1abce0eeaa3b9d15969b7e838cf68cff12c4a30e98cd4aa9de4771c9539f0a1422e64b98883b1018a81d26cd59fb1c22b8e0e35b30356b322a88060bf SHA512 1e0e8a1dc485e34ac63909463c42eba2e62e38ded9660e30e6f0fd815f478a51f24ff36afc44a88b6acc169db0bde12381217c4e1732a1e5f9ca74884ebbf54b
EBUILD airwindows-9999.ebuild 594 BLAKE2B b34e79bf914bcffaf57fadee8761f171a2311d35c9b30d5e1336f9f59d010598d371b8a2abe21e0d3fb5a74b15626a1657a46bce7e72bfa51b0a1f6ef267df5d SHA512 188293f8afac706c6f8c1c018f7fba1f5929f7df167ef81f1480b64232962a409019cc42079edab3eaa7336af77e54153bd0b02f83927ee86a93b64efd988409
EBUILD airwindows-9999.ebuild 703 BLAKE2B d0167b422b7c5b44160c773786622f143c87772db88277502f78f0d8bd906be727b88d17ae95450cc31b476659ab99712e7065051fa287989ee5f85470ab67cb SHA512 d43c59d8e281c751ab13dfb20c80a6f2f38e8f5a23fe2c48f2e2091af6b366c3decd8f04007cc5dc56beaf4574689f6a5d4349967ccf4b7e5c78649762978b59
MISC metadata.xml 387 BLAKE2B a0200337aad73a025b51cfc415e1420d958f8d44d459a8e43d8c605221f4db8523c6d0d579c4882994f025a2893cbd11c85053fe72fb4b530c8a9bb6dce8103f SHA512 07e65f14fabff413539c7f8cb31b129efc8d395abc8490d4c89d2efd4fb47968a342d6f4c5e3544c814b34e0db620a1a188e4138f9e9ff1bcbe3adc37d3b1abc

@ -5,7 +5,9 @@ EAPI=8
DESCRIPTION="Airwindows is a collection of high-quality plugins by Chris Johnson."
HOMEPAGE="https://www.airwindows.com/"
SRC_URI="https://www.airwindows.com/wp-content/uploads/LinuxVSTs.zip"
# It looks like the dev makes frequent updates and a versionless approach, so hosting it ourselves for stability.
#SRC_URI="https://www.airwindows.com/wp-content/uploads/LinuxVSTs.zip"
SRC_URI="https://decibellinux.org/src/pkgs/LinuxVSTs.zip"
LICENSE=""
SLOT="0"
@ -24,6 +26,5 @@ src_unpack() {
src_install() {
exeinto "${DESTDIR}"
# Not sure if wildcards work here. It is a LONG list of files.
doexe *.so
}

Loading…
Cancel
Save