pkgsrc/net/nicovideo-dl/patches/patch-nicovideo-dl

17 lines
452 B
Text
Raw Normal View History

$NetBSD: patch-nicovideo-dl,v 1.1 2019/06/22 00:45:47 tsutsui Exp $
- fix wrong version strings for -v option
https://osdn.net/projects/nicovideo-dl/ticket/39067
--- nicovideo-dl.orig 2019-01-25 23:04:21.000000000 +0000
+++ nicovideo-dl
@@ -49,7 +49,7 @@ import html
import json
# Global constants
-const_version = '2011.02.08'
+const_version = '2019.01.26'
const_project_url = 'http://sourceforge.jp/projects/nicovideo-dl'
const_1k = 1024