summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Hellberg2024-11-02 20:07:03 +0100
committerAdam Hellberg2024-11-02 20:07:03 +0100
commit3185f1e700f893eeeb0d42c1e2c0462b37347d66 (patch)
tree5fb0b55099031376c7f5c7e76a399fde2187d092 /PKGBUILD
parent597a22540521725b78a75b2af706701d0931784b (diff)
downloadaur-3185f1e700f893eeeb0d42c1e2c0462b37347d66.tar.gz
Update to v0.0.24
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33d9835440fc..23a0e72119fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Hellberg <sharparam@sharparam.com>
pkgname=mapshot-bin
-pkgver=0.0.23
+pkgver=0.0.24
pkgrel=1
pkgdesc="Tool to export Factorio saves as zoomable HTML maps (binary release)"
arch=(x86_64)
@@ -13,7 +13,7 @@ provides=('mapshot')
conflicts=('mapshot')
_binname=${pkgname%-bin}
source=("$_binname-$pkgver::https://github.com/Palats/mapshot/releases/download/$pkgver/mapshot-linux")
-sha256sums=('0c69742a4212b3828217a953405c50e50c9f69fd5c49117ce7946dd0ed30bad4')
+sha256sums=('6ad3d0e772ba7dd45caab7b6dbc604ca2377a973bf159c71aa62181046f3110e')
package() {
install -Dm755 "$_binname-$pkgver" "$pkgdir/usr/bin/$_binname"