diff options
author | zxp19821005 | 2025-01-17 09:35:50 +0800 |
---|---|---|
committer | zxp19821005 | 2025-01-17 09:35:50 +0800 |
commit | afa2f76eb537d4de1dde688ad65b3d5f7e33ff8d (patch) | |
tree | 4a1fc71996a1293efde8c9ac8ba9599f9c5af49d | |
parent | 1a721f3b7db36366fc824ea7ea71f3d8337302f0 (diff) | |
download | aur-jammer-bin.tar.gz |
update to 3.3.2.3
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = jammer-bin pkgdesc = Play songs in cli with youtube and soundcloud support.(Prebuilt version) - pkgver = 3.2.1.2 + pkgver = 3.3.2.3 pkgrel = 1 url = https://github.com/jooapa/jammer arch = x86_64 @@ -9,13 +9,13 @@ pkgbase = jammer-bin depends = libxt depends = libxtst depends = libxinerama - provides = jammer=3.2.1.2 + provides = jammer=3.3.2.3 conflicts = jammer options = !strip - source = jammer-3.2.1.2.AppImage::https://github.com/jooapa/jammer/releases/download/3.2.1.2/jammer-3.2.1.2-x86_64.AppImage - source = LICENSE-3.2.1.2::https://raw.githubusercontent.com/jooapa/jammer/3.2.1.2/LICENSE + source = jammer-3.3.2.3.AppImage::https://github.com/jooapa/jammer/releases/download/3.3.2.3/jammer-3.3.2.3-x86_64.AppImage + source = LICENSE-3.3.2.3::https://raw.githubusercontent.com/jooapa/jammer/3.3.2.3/LICENSE source = jammer.sh - sha256sums = 5bcf370ab8fbe3f485bd2a58f2c63659cd17b4259210843f9a3d69a122c84faf + sha256sums = e1240afd3e598181a025de5b4b2fea9309286e5a944576f0304f330ff7bb5675 sha256sums = 551f3173ed7196d0ffc218873820c270171c788602b03b05c0c17929ea9d993e sha256sums = 6731a288a4110a682e80c898ff52bb4d3ff5f5849dcc3b7f6814279391d12ba4 @@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=jammer-bin _pkgname="Jammer" -pkgver=3.2.1.2 +pkgver=3.3.2.3 pkgrel=1 pkgdesc="Play songs in cli with youtube and soundcloud support.(Prebuilt version)" arch=('x86_64') @@ -25,7 +25,7 @@ source=( "LICENSE-${pkgver}::https://raw.githubusercontent.com/jooapa/jammer/${pkgver}/LICENSE" "${pkgname%-bin}.sh" ) -sha256sums=('5bcf370ab8fbe3f485bd2a58f2c63659cd17b4259210843f9a3d69a122c84faf' +sha256sums=('e1240afd3e598181a025de5b4b2fea9309286e5a944576f0304f330ff7bb5675' '551f3173ed7196d0ffc218873820c270171c788602b03b05c0c17929ea9d993e' '6731a288a4110a682e80c898ff52bb4d3ff5f5849dcc3b7f6814279391d12ba4') prepare() { |