-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another updates for th-ch's YTM apps. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
47f05f7
commit 0cf16a3
Showing
3 changed files
with
22 additions
and
12 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,11 +1,15 @@ | ||
pkgbase = youtube-music-deb | ||
gives = youtube-music | ||
pkgver = 3.6.2 | ||
pkgver = 3.7.1 | ||
pkgdesc = YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader) | ||
arch = amd64 | ||
arch = arm64 | ||
maintainer = James Ed Randson <[email protected]> | ||
maintainer = Zahrun <[email protected]> | ||
repology = project: youtube-music | ||
source = https://github.com/th-ch/youtube-music/releases/download/v3.6.2/youtube-music_3.6.2_amd64.deb | ||
sha256sums = 3b182742d06a6ac8047a4759824290f5298303719644ebdb647b40b4ee7f0661 | ||
source_amd64 = https://github.com/th-ch/youtube-music/releases/download/v3.7.1/youtube-music_3.7.1_amd64.deb | ||
sha256sums_amd64 = ea7047e5e10b9e881ecc4e6c21fab792c27d668e7f258d75a77536b1cdff628f | ||
source_arm64 = https://github.com/th-ch/youtube-music/releases/download/v3.7.1/youtube-music_3.7.1_arm64.deb | ||
sha256sums_arm64 = 474d0ff27bc8d278e1f3f31b4c85a2b8f1167df220f6720244f02fa144842c8a | ||
|
||
pkgname = youtube-music-deb |
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}") |
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 |
---|---|---|
|
@@ -13201,13 +13201,17 @@ pkgname = youtube-dl-git | |
--- | ||
pkgbase = youtube-music-deb | ||
gives = youtube-music | ||
pkgver = 3.6.2 | ||
pkgver = 3.7.1 | ||
pkgdesc = YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader) | ||
arch = amd64 | ||
arch = arm64 | ||
maintainer = James Ed Randson <[email protected]> | ||
maintainer = Zahrun <[email protected]> | ||
repology = project: youtube-music | ||
source = https://github.com/th-ch/youtube-music/releases/download/v3.6.2/youtube-music_3.6.2_amd64.deb | ||
sha256sums = 3b182742d06a6ac8047a4759824290f5298303719644ebdb647b40b4ee7f0661 | ||
source_amd64 = https://github.com/th-ch/youtube-music/releases/download/v3.7.1/youtube-music_3.7.1_amd64.deb | ||
sha256sums_amd64 = ea7047e5e10b9e881ecc4e6c21fab792c27d668e7f258d75a77536b1cdff628f | ||
source_arm64 = https://github.com/th-ch/youtube-music/releases/download/v3.7.1/youtube-music_3.7.1_arm64.deb | ||
sha256sums_arm64 = 474d0ff27bc8d278e1f3f31b4c85a2b8f1167df220f6720244f02fa144842c8a | ||
|
||
pkgname = youtube-music-deb | ||
--- | ||
|