From dd6fb4d14063a2ea15376fec44d14d5340db30ea Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 14 Oct 2024 18:21:01 +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 d60de8c..035573d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrey Onischenko loraner123@gmail.com pkgname=yandex-music -pkgver=5.22.1 +pkgver=5.23.2 pkgrel=1 pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music" arch=("any") @@ -10,11 +10,11 @@ license=("Unlicense") depends=("electron32" "libpulse" "xdg-utils" "bash" "hicolor-icon-theme") makedepends=("p7zip" "nodejs" "asar" "jq" "python" "git") -source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe" "git+${url}#tag=v${pkgver}") -sha256sums=("ec899d16a1675d5d90a96b8d54cac4fe32dc09240b4ea2b63455f4be30ffab34" "SKIP") +source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe" "git+${url}#tag=v${pkgver}") +sha256sums=("3e15e650657dfbdcdf459b9fc37155be93c6a952c0079d65af3eca268be6f82f" "SKIP") build() { - bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.22.1.exe" + bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.23.2.exe" } package() { diff --git a/flake.lock b/flake.lock index 023b7ec..c8da056 100644 --- a/flake.lock +++ b/flake.lock @@ -56,13 +56,13 @@ "ymExe": { "flake": false, "locked": { - "narHash": "sha256-P/t7O7GSKwAd6XaRwfpkmdmOq03phQ+o8vFNwWGHbBE=", + "narHash": "sha256-6biiYx9ThmcITXX+cJrQGfuD/ReQM3a6pmY+fmfwuIU=", "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe" }, "original": { "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe" } } }, diff --git a/flake.nix b/flake.nix index 77c268a..fa7c9ed 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.22.1.exe"; + ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe"; ymExe.flake = false; }; diff --git a/utility/version_info.json b/utility/version_info.json index b8c2765..914724b 100644 --- a/utility/version_info.json +++ b/utility/version_info.json @@ -1,9 +1,9 @@ { "ym": { - "version": "5.22.1", - "exe_name": "Yandex_Music_x64_5.22.1.exe", - "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.22.1.exe", - "exe_sha256": "ec899d16a1675d5d90a96b8d54cac4fe32dc09240b4ea2b63455f4be30ffab34" + "version": "5.23.2", + "exe_name": "Yandex_Music_x64_5.23.2.exe", + "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe", + "exe_sha256": "3e15e650657dfbdcdf459b9fc37155be93c6a952c0079d65af3eca268be6f82f" }, "electron": { "version": "32.2.0",