Update to 5.30.590

This commit is contained in:
Aurélien Hamy 2023-08-03 12:23:08 +02:00
parent 4198abbce3
commit df7cffcd38
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Aurélien Hamy <aunetx@yandex.com>
APPNAME = dev.aunetx.deezer
PKGVER = 5.30.580
PKGVER = 5.30.590
BASE_URL = https://www.deezer.com/desktop/download/artifact/win32/x86/$(PKGVER)
GPG_KEY_ID = 5A7D3B06F15FB60238941027EB3A799E7EE716EB
VERSION_REGEX = ^v$(PKGVER)-[0-9]{1,}$$
@ -117,9 +117,6 @@ prepare-release:
@echo $(DEEZER_RELEASE) | egrep "$(VERSION_REGEX)" > /dev/null || \
(echo "$(DEEZER_RELEASE) is not a correct release version of v$(PKGVER)" && false)
@cat $(APPNAME).appdata.xml | egrep "$(PKGVER)" > /dev/null || \
(echo "$(APPNAME).appdata.xml should contain version $(DEEZER_RELEASE)" && false)
@desktop-file-validate $(APPNAME).desktop || \
(echo "Desktop file validation failed" && false)