From 3b5a355d1aaa511ddd7f6a20e7edbacc5b38c241 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Mon, 1 Oct 2018 01:35:22 -0300 Subject: [PATCH] imgbrd-grabber: update to 6.0.6. --- srcpkgs/imgbrd-grabber/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/imgbrd-grabber/template b/srcpkgs/imgbrd-grabber/template index ddf9c0036c..3ed311b1d1 100644 --- a/srcpkgs/imgbrd-grabber/template +++ b/srcpkgs/imgbrd-grabber/template @@ -1,6 +1,6 @@ # Template file for 'imgbrd-grabber' pkgname=imgbrd-grabber -version=6.0.5 +version=6.0.6 revision=1 build_style=cmake hostmakedepends="nodejs" @@ -11,8 +11,9 @@ short_desc="Powerful imageboard/booru downloader" maintainer="SolitudeSF " 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=734e18d8c0e0491589f14dbcc2da34ceaed9ef984073c27b7515d8ee60b2d2b7 +checksum=709d94149c7850ddc25b185c9e6a007a901d527a10fb658469a182779e344c01 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake"