0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-27 17:19:34 +03:00

Update packages

This commit is contained in:
GitHub Actions
2025-09-20 00:44:03 +00:00
parent 7d3f6ed643
commit 4680ec2069
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.68.0
pkgver=5.69.1
pkgrel=1
pkgdesc="Yandex Music - Personal recommendations, selections for any occasion and new music"
arch=("any")
@@ -10,11 +10,11 @@ license=("Unlicense")
depends=("electron34" "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.68.0.exe" "git+${url}#tag=v${pkgver}")
sha256sums=("44b87da0652a695660a59d5f989f78636e5d557bd96b248241c2bdc452513716" "SKIP")
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.69.1.exe" "git+${url}#tag=v${pkgver}")
sha256sums=("e565ccf3bd836005e2f40f4488c3e4e7bf217b65c50fd83f98d7d7903e7f4f76" "SKIP")
build() {
bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.68.0.exe"
bash "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.69.1.exe"
}
package() {

6
flake.lock generated
View File

@@ -58,13 +58,13 @@
"ymExe": {
"flake": false,
"locked": {
"narHash": "sha256-Ulc+NooWWgo+mimOYNXNQxVP4T4qlaSbg57WT4Z9C8o=",
"narHash": "sha256-Og6LXQJxVF3PLXcsdX0A3W9SKmBixrz5FkAtONblUh4=",
"type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.68.0.exe"
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.69.1.exe"
},
"original": {
"type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.68.0.exe"
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.69.1.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.68.0.exe";
ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.69.1.exe";
ymExe.flake = false;
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";

View File

@@ -1,9 +1,9 @@
{
"ym": {
"version": "5.68.0",
"exe_name": "Yandex_Music_x64_5.68.0.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.68.0.exe",
"exe_sha256": "44b87da0652a695660a59d5f989f78636e5d557bd96b248241c2bdc452513716"
"version": "5.69.1",
"exe_name": "Yandex_Music_x64_5.69.1.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.69.1.exe",
"exe_sha256": "e565ccf3bd836005e2f40f4488c3e4e7bf217b65c50fd83f98d7d7903e7f4f76"
},
"electron": {
"version": "34.5.8",