castget: Update to 2.0.1

CHANGES.md:
This is a summary of changes between each release. See the commit log on
https://github.com/mlj/castget/commits/master for a details.

Version 2.0.1 (2019/10/26):

  * Fix broken man pages in distribution (issue #37)

Version 2.0.0 (2019/10/12):

  * Add support for filename patterns (configuration option `filename`, issue #13, issue #21)
  * Behaviour change: The `-f`/`--filter` option and the filter configuration
    options now match the URLs of enclosures instead of the filenames castget
    infers for them
  * Refuse to overwrite existing downloads unless explicitly asked to resume a
    download
  * Require glib >= 2.30 and make regular expression support mandatory
  * Drop autogen.sh and require autoreconf when building from git
  * Enable libcurl's compression support (PR #28)
  * Fix feeds with enclosure type `audio/mp3` (PR #30)
This commit is contained in:
Ryosuke Moro 2020-05-04 22:06:08 +09:00
parent 7eea8f3a4d
commit e95595bce1
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2012/09/24 18:26:52 asau Exp $
DISTNAME= castget-1.2.4
DISTNAME= castget-2.0.1
CATEGORIES= audio www
MASTER_SITES= http://download.savannah.gnu.org/releases/castget/
EXTRACT_SUFX= .tar.bz2

View File

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2010/04/27 05:22:20 guigui2 Exp $
SHA1 (castget-1.2.4.tar.bz2) = 852f5821bef8eb351e6dc934ebc6dd8c9fde45d5
RMD160 (castget-1.2.4.tar.bz2) = d2d2605a00bd5fb36395dd55711f607d76ce665d
SHA512 (castget-1.2.4.tar.bz2) = 568b8a0eb8ced082b8004c0d724098c9ea165b9e276d74aafabcbcba6022be036892ca14fd51cc4718da9dcac959bc93ee64d311e3af544a09a7d790dd21669f
Size (castget-1.2.4.tar.bz2) = 302845 bytes
SHA1 (castget-2.0.1.tar.bz2) = 1fa83cdcd3337c3827e1e45f5f6f43f2fe94b5fe
RMD160 (castget-2.0.1.tar.bz2) = 4a833a80d4fbc6779fb8236b5595124c5de3c6ef
SHA512 (castget-2.0.1.tar.bz2) = c4559538fbd4805e6f68c986e7175ecebc2ebcc07f0292f5ae228f6629fdc202408815b0c27f507e89828cad417cbd4a428bc0a9a24df3b580e189f447c51df5
Size (castget-2.0.1.tar.bz2) = 320226 bytes