summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMelon Bread2021-07-05 14:35:54 -0400
committerMelon Bread2021-07-05 14:35:54 -0400
commit067cfb6df9bd4423dbfc63be16bfcbc0112dd808 (patch)
tree29518cc239333f367f3e5338987670a86c963241
parent8b7f0264767c2f0560bb5263ed64d77d93f81165 (diff)
downloadaur-067cfb6df9bd4423dbfc63be16bfcbc0112dd808.tar.gz
Updated to 7.6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3b65f97f71e..c826c6280673 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imgbrd-grabber-appimage
pkgdesc = Very customizable imageboard/booru downloader with powerful filenaming features.
- pkgver = 7.5.1
+ pkgver = 7.6.0
pkgrel = 1
url = https://github.com/Bionus/imgbrd-grabber
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = imgbrd-grabber-appimage
depends = fuse
noextract = $_pkgname
options = !strip
- source = https://github.com/Bionus/imgbrd-grabber/releases/download/v7.5.1/Grabber_v7.5.1-x86_64.AppImage
- sha256sums = fd5349ea09125ed08751e880c7f979e461f5bac02d73747da1b1b899984bb8ca
+ source = https://github.com/Bionus/imgbrd-grabber/releases/download/v7.6.0/Grabber_v7.6.0-x86_64.AppImage
+ sha256sums = f73b0756c5705a5afee1b1ee191050287f45edd715b77ba68d9dec7f8c78df4f
pkgname = imgbrd-grabber-appimage
-
diff --git a/PKGBUILD b/PKGBUILD
index f1810dea5d5a..6c215fc1614a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rain Clark <rain AT melonbread DOT dev>
pkgname=imgbrd-grabber-appimage
-pkgver=7.5.1
+pkgver=7.6.0
pkgrel=1
pkgdesc="Very customizable imageboard/booru downloader with powerful filenaming features."
arch=('x86_64')
@@ -17,7 +17,7 @@ noextract=('$_pkgname')
options=('!strip')
source=(https://github.com/Bionus/imgbrd-grabber/releases/download/v${pkgver}/${_pkgname})
-sha256sums=('fd5349ea09125ed08751e880c7f979e461f5bac02d73747da1b1b899984bb8ca')
+sha256sums=('f73b0756c5705a5afee1b1ee191050287f45edd715b77ba68d9dec7f8c78df4f')
prepare() {
cd "${srcdir}"