From d3b677721b9033cc5764fd414d23b055499b8292 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 1 Apr 2024 08:04:33 +0000 Subject: [PATCH] Update packages --- PKGBUILD | 8 ++++---- flake.lock | 6 +++--- flake.nix | 2 +- utility/version_info.json | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1d0aaff..2d226ae 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrey Onischenko loraner123@gmail.com pkgname=yandex-music -pkgver="5.0.17" +pkgver="5.0.18" 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.17.exe" "git+https://github.com/cucumber-sp/yandex-music-linux") -sha256sums=("e8553abe97f1c1d9c72a2fb25620c838e7ef6c871cebb051ec0ae3ae4c125960" "SKIP") +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") build() { - bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.17.exe" + bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.18.exe" } package() { diff --git a/flake.lock b/flake.lock index d1fa612..9e0029b 100644 --- a/flake.lock +++ b/flake.lock @@ -56,13 +56,13 @@ "ymExe": { "flake": false, "locked": { - "narHash": "sha256-6vpaeMqDZvFix4O1ziXrtpOJEw+PKjJkUH402W7weuo=", + "narHash": "sha256-5qYIQZHWVgB9iC608LWv5E+ATzqBzowmUcZgHuf0uuo=", "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.17.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe" }, "original": { "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.17.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe" } } }, diff --git a/flake.nix b/flake.nix index 90f31a1..79266d0 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.17.exe"; + ymExe.url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.18.exe; ymExe.flake = false; }; diff --git a/utility/version_info.json b/utility/version_info.json index 5bb85e9..4214471 100644 --- a/utility/version_info.json +++ b/utility/version_info.json @@ -1,9 +1,9 @@ { "ym": { - "version": "5.0.17", - "exe_name": "Yandex_Music_x64_5.0.17.exe", - "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.17.exe", - "exe_sha256": "e8553abe97f1c1d9c72a2fb25620c838e7ef6c871cebb051ec0ae3ae4c125960" + "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" }, "electron": { "version": "29.1.6",