diff --git a/PKGBUILD b/PKGBUILD index 2d226ae..0e6f634 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrey Onischenko loraner123@gmail.com pkgname=yandex-music -pkgver="5.0.18" +pkgver="5.0.19" pkgrel="1" pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music" arch=("any") @@ -10,11 +10,11 @@ license=("custom") depends=("electron29" "libpulse" "xdg-utils") makedepends=("p7zip" "nodejs" "asar" "jq" "python") -source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe" "git+https://github.com/cucumber-sp/yandex-music-linux") -sha256sums=("8882b4e0965de2fc81f39b43f763c2c9dcd9bc88ed99df47b59e34d9697d2049" "SKIP") +source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.19.exe" "git+https://github.com/cucumber-sp/yandex-music-linux") +sha256sums=("7f178788a7244450bceffacd6d3fb9ef98504d235de15e15bd8dbcf344373d68" "SKIP") build() { - bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.18.exe" + bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.19.exe" } package() { diff --git a/flake.lock b/flake.lock index 9e0029b..e91318b 100644 --- a/flake.lock +++ b/flake.lock @@ -56,13 +56,13 @@ "ymExe": { "flake": false, "locked": { - "narHash": "sha256-5qYIQZHWVgB9iC608LWv5E+ATzqBzowmUcZgHuf0uuo=", + "narHash": "sha256-kjPMSRZY9VTZCYXGwXAu3fIuErLWAll0bcIlbejuoZM=", "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.19.exe" }, "original": { "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.19.exe" } } }, diff --git a/flake.nix b/flake.nix index 4565d6d..3b534a2 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Native Yandex Music desktop client"; inputs = { - ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe"; + ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.19.exe"; ymExe.flake = false; }; diff --git a/utility/version_info.json b/utility/version_info.json index 0dd4061..ea639ea 100644 --- a/utility/version_info.json +++ b/utility/version_info.json @@ -1,9 +1,9 @@ { "ym": { - "version": "5.0.18", - "exe_name": "Yandex_Music_x64_5.0.18.exe", - "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe", - "exe_sha256": "8882b4e0965de2fc81f39b43f763c2c9dcd9bc88ed99df47b59e34d9697d2049" + "version": "5.0.19", + "exe_name": "Yandex_Music_x64_5.0.19.exe", + "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.19.exe", + "exe_sha256": "7f178788a7244450bceffacd6d3fb9ef98504d235de15e15bd8dbcf344373d68" }, "electron": { "version": "29.2.0",