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

Update packages to Beta 5.0.12

This commit is contained in:
GitHub Actions 2024-02-22 00:32:00 +00:00
parent a55100936b
commit d98eae74df
4 changed files with 16 additions and 16 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.0.11" pkgver="5.0.12"
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=("custom")
depends=("electron27" "libpulse" "xdg-utils") depends=("electron27" "libpulse" "xdg-utils")
makedepends=("p7zip" "nodejs" "asar" "jq" "python") makedepends=("p7zip" "nodejs" "asar" "jq" "python")
source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.11.exe" "git+https://github.com/cucumber-sp/yandex-music-linux") source=("https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.12.exe" "git+https://github.com/cucumber-sp/yandex-music-linux")
sha256sums=("3f01b1ec7aba624100f705536f2103ffb4c62f5302889989e97e05bf94cb24e1" "SKIP") sha256sums=("4ebeac9620f60e9e2333114cf8c8fb3dc6f2c2c70da58ba56902aa75d65ce4f8" "SKIP")
build() { build() {
sh "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.11.exe" sh "$srcdir/yandex-music-linux/repack.sh" "$srcdir/Yandex_Music_x64_5.0.12.exe"
} }
package() { package() {

View File

@ -56,13 +56,13 @@
"ymExe": { "ymExe": {
"flake": false, "flake": false,
"locked": { "locked": {
"narHash": "sha256-e77geTFvCLYJ7t9ifpA/8XWIBaZPf6+c2Uu5jmO8Sbs=", "narHash": "sha256-a7D/8m6ECtYsep7mD9SqI8zFbWxFcjVJ4ELDWcxsWHA=",
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.11.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.12.exe"
}, },
"original": { "original": {
"type": "file", "type": "file",
"url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.11.exe" "url": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.12.exe"
} }
} }
}, },

View File

@ -1,7 +1,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.0.11.exe; ymExe.url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.12.exe;
ymExe.flake = false; ymExe.flake = false;
}; };
outputs = { self, ymExe, nixpkgs, flake-utils }: outputs = { self, ymExe, nixpkgs, flake-utils }:

View File

@ -1,14 +1,14 @@
{ {
"ym": { "ym": {
"version": "5.0.11", "version": "5.0.12",
"exe_name": "Yandex_Music_x64_5.0.11.exe", "exe_name": "Yandex_Music_x64_5.0.12.exe",
"exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.11.exe", "exe_link": "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.12.exe",
"exe_sha256": "3f01b1ec7aba624100f705536f2103ffb4c62f5302889989e97e05bf94cb24e1" "exe_sha256": "4ebeac9620f60e9e2333114cf8c8fb3dc6f2c2c70da58ba56902aa75d65ce4f8"
}, },
"electron": { "electron": {
"version": "27.3.2", "version": "27.3.3",
"x64": "https://github.com/electron/electron/releases/download/v27.3.2/electron-v27.3.2-linux-x64.zip", "x64": "https://github.com/electron/electron/releases/download/v27.3.3/electron-v27.3.3-linux-x64.zip",
"armv7l": "https://github.com/electron/electron/releases/download/v27.3.2/electron-v27.3.2-linux-armv7l.zip", "armv7l": "https://github.com/electron/electron/releases/download/v27.3.3/electron-v27.3.3-linux-armv7l.zip",
"arm64": "https://github.com/electron/electron/releases/download/v27.3.2/electron-v27.3.2-linux-arm64.zip" "arm64": "https://github.com/electron/electron/releases/download/v27.3.3/electron-v27.3.3-linux-arm64.zip"
} }
} }