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

Update packages

This commit is contained in:
GitHub Actions 2024-10-26 00:41:58 +00:00
parent fdfb00b2ae
commit d4ff192453
4 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Andrey Onischenko loraner123@gmail.com # Maintainer: Andrey Onischenko loraner123@gmail.com
pkgname=yandex-music pkgname=yandex-music
pkgver=5.23.2 pkgver=5.25.1
pkgrel=1 pkgrel=1
pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music" pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music"
arch=("any") arch=("any")
@ -10,11 +10,11 @@ license=("Unlicense")
depends=("electron32" "libpulse" "xdg-utils" "bash" "hicolor-icon-theme") depends=("electron32" "libpulse" "xdg-utils" "bash" "hicolor-icon-theme")
makedepends=("p7zip" "nodejs" "asar" "jq" "python" "git") makedepends=("p7zip" "nodejs" "asar" "jq" "python" "git")
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe" "git+${url}#tag=v${pkgver}") source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.25.1.exe" "git+${url}#tag=v${pkgver}")
sha256sums=("3e15e650657dfbdcdf459b9fc37155be93c6a952c0079d65af3eca268be6f82f" "SKIP") sha256sums=("66471377da47b3abecf2a159645226a5b6bd589d3b18ba3414d69bffc1f4773e" "SKIP")
build() { build() {
bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.23.2.exe" bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.25.1.exe"
} }
package() { package() {

View File

@ -56,13 +56,13 @@
"ymExe": { "ymExe": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-6biiYx9ThmcITXX+cJrQGfuD/ReQM3a6pmY+fmfwuIU=", "narHash": "sha256-kjKpzlZzYEt8qLqwaU0TB1YNP8Ns1xQTN20Pw0IKoOY=",
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.25.1.exe"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.25.1.exe"
} }
} }
}, },

View File

@ -2,7 +2,7 @@
description = "Native Yandex Music desktop client"; description = "Native Yandex Music desktop client";
inputs = { inputs = {
ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe"; ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.25.1.exe";
ymExe.flake = false; ymExe.flake = false;
}; };

View File

@ -1,9 +1,9 @@
{ {
"ym": { "ym": {
"version": "5.23.2", "version": "5.25.1",
"exe_name": "Yandex_Music_x64_5.23.2.exe", "exe_name": "Yandex_Music_x64_5.25.1.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.23.2.exe", "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.25.1.exe",
"exe_sha256": "3e15e650657dfbdcdf459b9fc37155be93c6a952c0079d65af3eca268be6f82f" "exe_sha256": "66471377da47b3abecf2a159645226a5b6bd589d3b18ba3414d69bffc1f4773e"
}, },
"electron": { "electron": {
"version": "32.2.2", "version": "32.2.2",