diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-07 09:20:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-07 09:20:19 +0000 |
commit | fdbc26296ca324fa3dbe74bfe27fa7f40116fb2d (patch) | |
tree | 393716620110714757a95d21a425cadd2258960a /games | |
parent | fd2fc97751e3fbf1f3d6c58c07ab0977c41a5668 (diff) | |
download | pkgsrc-fdbc26296ca324fa3dbe74bfe27fa7f40116fb2d.tar.gz |
Update to 2.20:
LGOGDownloader 2.20
- Added priority handling of platforms and languages (patch by: Gael Le Mignot)
- Made config and cookie files only readable/writable by the owner
- Fixed using --update-cache with --use-cache
- Fixed regex alias "all" for cached details
- Made the downloader continue on API error instead of breaking off in Downloader::getGameDetails
- Made progress bar adapt to terminal width
* Progress bar gets smaller if there isn't enough space to display the full progress bar
* Progress bar isn't drawn if the terminal window is too small
Diffstat (limited to 'games')
-rw-r--r-- | games/lgogdownloader/Makefile | 5 | ||||
-rw-r--r-- | games/lgogdownloader/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/lgogdownloader/Makefile b/games/lgogdownloader/Makefile index 0d98f2a6ce1..13821b15f43 100644 --- a/games/lgogdownloader/Makefile +++ b/games/lgogdownloader/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/11/07 19:39:33 adam Exp $ +# $NetBSD: Makefile,v 1.11 2014/12/07 09:20:19 wiz Exp $ -DISTNAME= lgogdownloader-2.19 -PKGREVISION= 1 +DISTNAME= lgogdownloader-2.20 CATEGORIES= games MASTER_SITES= http://sites.google.com/site/gogdownloader/ diff --git a/games/lgogdownloader/distinfo b/games/lgogdownloader/distinfo index 56033683ef3..216c1fb4186 100644 --- a/games/lgogdownloader/distinfo +++ b/games/lgogdownloader/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/10/26 08:43:32 wiz Exp $ +$NetBSD: distinfo,v 1.8 2014/12/07 09:20:19 wiz Exp $ -SHA1 (lgogdownloader-2.19.tar.gz) = 886e0d429477d98424a68fc5a6988a136dbffa89 -RMD160 (lgogdownloader-2.19.tar.gz) = aeba5b4e87fd0f4e6e04e73de597169242b8bd89 -Size (lgogdownloader-2.19.tar.gz) = 39556 bytes +SHA1 (lgogdownloader-2.20.tar.gz) = ddc7dc85d1fdd6cae252e90f1348c096857f0200 +RMD160 (lgogdownloader-2.20.tar.gz) = ab0fcd6af42bb444ab282c7ff260c614cf4869d0 +Size (lgogdownloader-2.20.tar.gz) = 41830 bytes |