summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Shoreman2022-02-15 01:59:08 +0000
committerDave Shoreman2022-02-15 02:01:18 +0000
commitb36cbe21d987de213ab974c29341f12edb586092 (patch)
tree61cd274219ab16ef5706d005d178fdef04fcf9d7 /PKGBUILD
parentb4c36d6cf1d76937f5409c5cd0e33357b199bb10 (diff)
downloadaur-b36cbe21d987de213ab974c29341f12edb586092.tar.gz
Update to v1.4.2 and use sha256sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67fd1dfdffab..e6d544be9c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Dave Shoreman <aur+nextshot at dsdev dot io>
pkgname=nextshot
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="A simple screenshot tool that uploads to Nextcloud and works with Sway and X11"
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=(
)
install=nextshot.install
source=(https://github.com/dshoreman/nextshot/archive/v${pkgver}.tar.gz)
-md5sums=('1c0ee6d3a787dd2d62482d3096c1059e')
+sha256sums=('789424804e8990e4bd33a3ecef37856ddf5a4eea5548707fcd189ed1516d4793')
package() {
cd "$pkgname-$pkgver"