-
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update youtube-music-deb.pacscript (Update into 3.7.1 and adding `arm…
…64` supports)
- Loading branch information
1 parent
47f05f7
commit f08fc6d
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
pkgname="youtube-music-deb" | ||
gives="youtube-music" | ||
repology=("project: ${gives}") | ||
pkgver="3.6.2" | ||
source=("https://github.com/th-ch/youtube-music/releases/download/v${pkgver}/youtube-music_${pkgver}_amd64.deb") | ||
pkgver="3.7.1" | ||
pkgdesc="YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)" | ||
sha256sums=("3b182742d06a6ac8047a4759824290f5298303719644ebdb647b40b4ee7f0661") | ||
arch=('amd64') | ||
maintainer=("Zahrun <[email protected]>") | ||
arch=("amd64" "arm64") | ||
source_amd64=("https://github.com/th-ch/youtube-music/releases/download/v${pkgver}/youtube-music_${pkgver}_amd64.deb") | ||
sha256sums_amd64=("ea7047e5e10b9e881ecc4e6c21fab792c27d668e7f258d75a77536b1cdff628f") | ||
source_arm64=("https://github.com/th-ch/youtube-music/releases/download/v${pkgver}/youtube-music_${pkgver}_arm64.deb") | ||
sha256sums_arm64=("474d0ff27bc8d278e1f3f31b4c85a2b8f1167df220f6720244f02fa144842c8a") | ||
maintainer=("James Ed Randson <[email protected]>" "Zahrun <[email protected]>") | ||
repology=("project: ${gives}") |