0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 14:12:59 +03:00

Update packages

This commit is contained in:
GitHub Actions 2024-10-14 18:21:01 +00:00
parent 8e613c3b1e
commit dd6fb4d140
4 changed files with 12 additions and 12 deletions

View File

@ -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() {

View File

@ -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"
}
}
},

View File

@ -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;
};

View File

@ -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",