mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
LGOGDownloader: update to 3.14
This commit is contained in:
parent
af0eeea70b
commit
2a0d7d6b15
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'LGOGDownloader'
|
# Template file for 'LGOGDownloader'
|
||||||
pkgname=LGOGDownloader
|
pkgname=LGOGDownloader
|
||||||
version=3.13
|
version=3.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="$(vopt_bool qt USE_QT_GUI)"
|
configure_args="$(vopt_bool qt USE_QT_GUI)"
|
||||||
|
@ -13,12 +13,9 @@ short_desc="Open source downloader for GOG.com games that uses the GOG.com API"
|
||||||
maintainer="RunningDroid <runningdroid@zoho.com>"
|
maintainer="RunningDroid <runningdroid@zoho.com>"
|
||||||
license="WTFPL"
|
license="WTFPL"
|
||||||
homepage="https://github.com/Sude-/lgogdownloader"
|
homepage="https://github.com/Sude-/lgogdownloader"
|
||||||
|
changelog="https://github.com/Sude-/lgogdownloader/releases"
|
||||||
distfiles="https://github.com/Sude-/lgogdownloader/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Sude-/lgogdownloader/archive/v${version}.tar.gz"
|
||||||
checksum=c1b6b7c528ba257a2948a9a14e5b1277e2430cc47ae5505a0357853813ed5bd7
|
checksum=4b76efb510c0a861b2c93cc34f7a9b402a7af74e5362bfabe06c88d87219c8cd
|
||||||
|
|
||||||
build_options="qt"
|
build_options="qt"
|
||||||
desc_option_qt="Include QT WebEngine to support solving captchas"
|
desc_option_qt="Include QT WebEngine to support solving captchas"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" help2man"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue