From 34e875f43de071e7dd6c609ede033f0fc2cbce13 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 20 Jun 2024 11:53:54 +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 eb94db9..71d838a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Andrey Onischenko loraner123@gmail.com pkgname=yandex-music -pkgver=5.4.2 +pkgver=5.5.0 pkgrel=1 pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music" arch=("any") @@ -10,11 +10,11 @@ license=("Unlicense") depends=("electron29" "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.4.2.exe" "git+${url}#tag=v${pkgver}") -sha256sums=("a1dea7bcfd59cf5009c5af2d640986c6394e96fdafdb8927d9bf8a42340407b2" "SKIP") +source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.5.0.exe" "git+${url}#tag=v${pkgver}") +sha256sums=("94d800c5a378fe1c9df54c8f10b08a008cd36a55ba6bfdd950eb0aa8775cf9a3" "SKIP") build() { - bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.4.2.exe" + bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.5.0.exe" } package() { diff --git a/flake.lock b/flake.lock index 5966fbb..69d65c6 100644 --- a/flake.lock +++ b/flake.lock @@ -56,13 +56,13 @@ "ymExe": { "flake": false, "locked": { - "narHash": "sha256-xbIeD8VU9eStVsPFj8rH85LtyuKA0J9ZAn1ZnOczXaQ=", + "narHash": "sha256-972K+6Grj18VAZJFYHDScXag+jNpWuCPYhjol//ahes=", "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.4.2.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.5.0.exe" }, "original": { "type": "file", - "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.4.2.exe" + "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.5.0.exe" } } }, diff --git a/flake.nix b/flake.nix index 7b0a6f4..54dca8b 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.4.2.exe"; + ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.5.0.exe"; ymExe.flake = false; }; diff --git a/utility/version_info.json b/utility/version_info.json index 1747da7..6c5c032 100644 --- a/utility/version_info.json +++ b/utility/version_info.json @@ -1,9 +1,9 @@ { "ym": { - "version": "5.4.2", - "exe_name": "Yandex_Music_x64_5.4.2.exe", - "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.4.2.exe", - "exe_sha256": "a1dea7bcfd59cf5009c5af2d640986c6394e96fdafdb8927d9bf8a42340407b2" + "version": "5.5.0", + "exe_name": "Yandex_Music_x64_5.5.0.exe", + "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.5.0.exe", + "exe_sha256": "94d800c5a378fe1c9df54c8f10b08a008cd36a55ba6bfdd950eb0aa8775cf9a3" }, "electron": { "version": "29.4.2",