Skip to content

Commit

Permalink
upd(youtube-music-deb): 3.6.2 -> 3.7.1 (#6831)
Browse files Browse the repository at this point in the history
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
jimed-rand and pre-commit-ci[bot] authored Jan 6, 2025
1 parent 47f05f7 commit 0cf16a3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 12 deletions.
10 changes: 7 additions & 3 deletions packages/youtube-music-deb/.SRCINFO
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
14 changes: 8 additions & 6 deletions packages/youtube-music-deb/youtube-music-deb.pacscript
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}")
10 changes: 7 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit 0cf16a3

Please sign in to comment.