diff options
author | zxp19821005 | 2024-08-03 12:16:41 +0800 |
---|---|---|
committer | zxp19821005 | 2024-08-03 12:16:41 +0800 |
commit | 382a42db382066ad24ba669393dae58c0b91ea46 (patch) | |
tree | 0c383b6d143e661c360726a31820155effb7a8b3 | |
parent | a710c5eb0845280caf1fb5c806fddf3692c0358a (diff) | |
download | aur-382a42db382066ad24ba669393dae58c0b91ea46.tar.gz |
update to 3.30.0
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 9 insertions, 9 deletions
@@ -1,20 +1,20 @@ pkgbase = modv-bin pkgdesc = modular audio visualisation powered by JavaScript - pkgver = 3.29.1 - pkgrel = 8 + pkgver = 3.30.0 + pkgrel = 1 url = https://modv.vcync.gl/ arch = x86_64 license = MIT makedepends = fuse2 depends = electron25 - provides = modv=3.29.1 + provides = modv=3.30.0 conflicts = modv options = !strip options = !emptydirs - source = modv-3.29.1.AppImage::https://github.com/vcync/modV/releases/download/3.29.1/modV-3.29.1.AppImage - source = LICENSE-3.29.1::https://raw.githubusercontent.com/vcync/modv/3.29.1/LICENSE + source = modv-3.30.0.AppImage::https://github.com/vcync/modV/releases/download/3.30.0/modV-3.30.0.AppImage + source = LICENSE-3.30.0::https://raw.githubusercontent.com/vcync/modv/3.30.0/LICENSE source = modv.sh - sha256sums = 987b13cbd076f0113a4a11df8cd132e1580dec7abe5ea69fa12a6e5e5a5f7992 + sha256sums = 31686add5ef267610cc3e4a8dc25332864726adcc41046ffee1ab73bac123f52 sha256sums = 4ff9462e56a52889b0005f007e0a66930c6b19687751f551bf7316b6ee35119e sha256sums = 2b2e8aeed33fd71c521e49fd54fb2fa81218d16aef8bccb88d77909055ab8051 @@ -1,9 +1,9 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=modv-bin _pkgname=modV -pkgver=3.29.1 +pkgver=3.30.0 _electronversion=25 -pkgrel=8 +pkgrel=1 pkgdesc="modular audio visualisation powered by JavaScript" arch=("x86_64") url="https://modv.vcync.gl/" @@ -26,7 +26,7 @@ source=( "LICENSE-${pkgver}::https://raw.githubusercontent.com/vcync/modv/${pkgver}/LICENSE" "${pkgname%-bin}.sh" ) -sha256sums=('987b13cbd076f0113a4a11df8cd132e1580dec7abe5ea69fa12a6e5e5a5f7992' +sha256sums=('31686add5ef267610cc3e4a8dc25332864726adcc41046ffee1ab73bac123f52' '4ff9462e56a52889b0005f007e0a66930c6b19687751f551bf7316b6ee35119e' '2b2e8aeed33fd71c521e49fd54fb2fa81218d16aef8bccb88d77909055ab8051') build() { |