summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b57a7a8e29..871fb7b3426d 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.10.1
+ pkgver = 7.11.2
pkgrel = 1
url = https://github.com/Bionus/imgbrd-grabber
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = imgbrd-grabber-appimage
depends = fuse
provides = grabber
conflicts = grabber
- noextract = Grabber_v7.10.1-x86_64.AppImage
+ noextract = Grabber_v7.11.2-x86_64.AppImage
options = !strip
- source = https://github.com/Bionus/imgbrd-grabber/releases/download/v7.10.1/Grabber_v7.10.1-x86_64.AppImage
- source = https://raw.githubusercontent.com/Bionus/imgbrd-grabber/v7.10.1/LICENSE
- sha256sums = b3dec3400fa0f6a6419eba185887f8467842948494232445dbdf360d2a733e50
+ source = https://github.com/Bionus/imgbrd-grabber/releases/download/v7.11.2/Grabber_v7.11.2-x86_64.AppImage
+ source = https://raw.githubusercontent.com/Bionus/imgbrd-grabber/v7.11.2/LICENSE
+ sha256sums = 3879af6e8d9ff378e3ed864936878e40cfd668abc232c5eed8e37a9284fc6dce
sha256sums = cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
pkgname = imgbrd-grabber-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 0642f22e593e..8c2de6a86a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _reponame=imgbrd-grabber
_rdnsname=org.bionus.Grabber
pkgname="${_reponame}"-appimage
-pkgver=7.10.1
+pkgver=7.11.2
pkgrel=1
pkgdesc="Very customizable imageboard/booru downloader with powerful filenaming features."
arch=('x86_64')
@@ -21,7 +21,7 @@ noextract=("${_appimage}")
options=('!strip')
source=("https://github.com/Bionus/${_reponame}/releases/download/v${pkgver}/${_appimage}"
"https://raw.githubusercontent.com/Bionus/${_reponame}/v${pkgver}/LICENSE")
-sha256sums=('b3dec3400fa0f6a6419eba185887f8467842948494232445dbdf360d2a733e50'
+sha256sums=('3879af6e8d9ff378e3ed864936878e40cfd668abc232c5eed8e37a9284fc6dce'
'cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30')
prepare() {