summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-05-26 13:25:18 +0800
committerzxp198210052023-05-26 13:25:18 +0800
commit59e2a269584654dc68364a4ad8ed9ed3d0a17de3 (patch)
treee36f6348ed31394985f065c29c84406a1deaf483 /PKGBUILD
parent9e5986b7aa628736f8f8fd75a24f46b1dce54a0f (diff)
downloadaur-59e2a269584654dc68364a4ad8ed9ed3d0a17de3.tar.gz
update to 1.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc613271101e..684e7f45c339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname="crankshaft-appimage"
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="A sensible krunker client written in typescript"
arch=('x86_64')
@@ -11,7 +11,7 @@ conflicts=("${pkgname%-appimage}")
depends=('zlib' 'glibc')
_install_path="/opt/appimages"
source=("${pkgname%-appimage}-${pkgver}.AppImage::${url}/releases/download/${pkgver}/${pkgname%-appimage}-portable-linux-${arch}.AppImage")
-sha256sums=('c42b3f2dbe292d9c7500aad535fc79bcc02ed19ea441743e87cbdf2e460fc8c6')
+sha256sums=('0502c539ead4c544b75a9471b3f31a21253359077adc5cc2e386fdd5b934ab6f')
prepare() {
chmod a+x "${pkgname%-appimage}-${pkgver}.AppImage"
"./${pkgname%-appimage}-${pkgver}.AppImage" --appimage-extract > /dev/null