summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-01-29 10:44:09 +0800
committerzxp198210052024-01-29 10:44:09 +0800
commit544996a492d75ffb3bb0769ab5571702daffbb6b (patch)
tree4714327da5be7584552beea3de9885986e1f804e
parentcdb474f3f7f40c457be5b7d96a960fa245abb11c (diff)
downloadaur-544996a492d75ffb3bb0769ab5571702daffbb6b.tar.gz
update to 1.3.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f18b47479e..d440e4b4efe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = coal-launcher-bin
pkgdesc = A client to view and play games from the AB Coal website
- pkgver = 1.3.2
- pkgrel = 6
+ pkgver = 1.3.3
+ pkgrel = 1
url = https://bobuxstation.github.io/Coal-Web/launcher.html
arch = x86_64
license = MIT
depends = electron22
- provides = coal-launcher=1.3.2
+ provides = coal-launcher=1.3.3
conflicts = coal-launcher
- source = coal-launcher-1.3.2.deb::https://github.com/Bobuxstation/Coal-Launcher/releases/download/v1.3.2/coal-launcher_1.3.2_amd64.deb
- source = LICENSE-1.3.2::https://raw.githubusercontent.com/Bobuxstation/Coal-Launcher/v1.3.2/LICENSE
+ source = coal-launcher-1.3.3.deb::https://github.com/Bobuxstation/Coal-Launcher/releases/download/v1.3.3/coal-launcher_1.3.3_amd64.deb
+ source = LICENSE-1.3.3::https://raw.githubusercontent.com/Bobuxstation/Coal-Launcher/v1.3.3/LICENSE
source = coal-launcher.sh
- sha256sums = 9f87d39019ac25819fb971016f28905110610ca42b12428b77fdbf79955c93d3
+ sha256sums = b6319013b0138565572d1cd0443fe651565e18dc44cf15fc2ba6a476e1c68c57
sha256sums = 0133c8e5890f9f848adde48b40a9c61dcff249ea3c0f5bcf6567901e7a697c49
sha256sums = 1d3f21d54a2d9d1a53661bd91c2afd00df79b0ce4057a66b4c953febfc464cd8
diff --git a/PKGBUILD b/PKGBUILD
index 20e1f629f953..e3791aa8efa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=coal-launcher-bin
_pkgname="Coal Launcher"
-pkgver=1.3.2
+pkgver=1.3.3
_electronversion=22
-pkgrel=6
+pkgrel=1
pkgdesc="A client to view and play games from the AB Coal website"
arch=('x86_64')
url="https://bobuxstation.github.io/Coal-Web/launcher.html"
@@ -19,7 +19,7 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/Bobuxstation/Coal-Launcher/v${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('9f87d39019ac25819fb971016f28905110610ca42b12428b77fdbf79955c93d3'
+sha256sums=('b6319013b0138565572d1cd0443fe651565e18dc44cf15fc2ba6a476e1c68c57'
'0133c8e5890f9f848adde48b40a9c61dcff249ea3c0f5bcf6567901e7a697c49'
'1d3f21d54a2d9d1a53661bd91c2afd00df79b0ce4057a66b4c953febfc464cd8')
build() {