diff options
author | maxice8 <thinkabit.ukim@gmail.com> | 2017-12-06 01:57:14 +0000 |
---|---|---|
committer | Jürgen Buchmüller <pullmoll@t-online.de> | 2017-12-06 11:27:38 +0000 |
commit | c48f2fefac38d5313cf8fa59608895ee162270ee (patch) | |
tree | 90fe3c1658551a71846a141e7ef92b6614fab643 /srcpkgs/qupzilla/template | |
parent | 5d9c45cf143238257c7ba968bca50e28a181a9ad (diff) | |
download | void-packages-c48f2fefac38d5313cf8fa59608895ee162270ee.tar void-packages-c48f2fefac38d5313cf8fa59608895ee162270ee.tar.gz void-packages-c48f2fefac38d5313cf8fa59608895ee162270ee.tar.bz2 void-packages-c48f2fefac38d5313cf8fa59608895ee162270ee.tar.lz void-packages-c48f2fefac38d5313cf8fa59608895ee162270ee.tar.xz void-packages-c48f2fefac38d5313cf8fa59608895ee162270ee.tar.zst void-packages-c48f2fefac38d5313cf8fa59608895ee162270ee.zip |
qupzilla: update to 2.2.2.
Closes: #9805 [via git-merge-pr]
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/qupzilla/template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcpkgs/qupzilla/template b/srcpkgs/qupzilla/template index 5f8f43a81de..03c6ef0a7c0 100644 --- a/srcpkgs/qupzilla/template +++ b/srcpkgs/qupzilla/template @@ -1,6 +1,6 @@ # Template file for 'qupzilla' pkgname=qupzilla -version=2.2.1 +version=2.2.2 revision=1 wrksrc=QupZilla-${version} build_style=qmake @@ -14,7 +14,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>" license="GPL-3" homepage="https://qupzilla.com/" distfiles="https://github.com/QupZilla/${pkgname}/releases/download/v${version}/QupZilla-${version}.tar.xz" -checksum=5605104e2091235607a7406d02ba55d4923e104960c4996e80bcabe61ad7e0cb +checksum=090e60aba46ef2239df5af2cf50fcf10124937b573e90c72802c259145e5ba01 conflicts="qupzilla1>=0" if [ $CROSS_BUILD ]; then |