From 50579e5dfc52f13b04d101bf99484240e622b0b5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 1 Apr 2019 17:08:10 -0300 Subject: [PATCH] imgbrd-grabber: update to 7.0.1. --- srcpkgs/imgbrd-grabber/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/imgbrd-grabber/template b/srcpkgs/imgbrd-grabber/template index 36c583f52b3..598515e46a3 100644 --- a/srcpkgs/imgbrd-grabber/template +++ b/srcpkgs/imgbrd-grabber/template @@ -1,6 +1,6 @@ # Template file for 'imgbrd-grabber' pkgname=imgbrd-grabber -version=7.0.0 +version=7.0.1 revision=1 build_style=cmake hostmakedepends="nodejs" @@ -13,7 +13,7 @@ license="Apache-2.0" homepage="https://bionus.github.io/imgbrd-grabber" changelog="https://github.com/Bionus/imgbrd-grabber/releases" distfiles="https://github.com/Bionus/imgbrd-grabber/archive/v${version}.tar.gz" -checksum=69083c48931c59777cbb41b29d375b870b650eded135cffd664f193054fa21a8 +checksum=7ff59f95d3fdd39a9953f08b7aba1eac19a00ad8cf0cb40a556fbe6ae4ffb8a0 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"