Kouhei Sutou 2019-01-25 16:17:35 +0900 (Fri, 25 Jan 2019) Revision: d18280a88f3c493aecf0c17758ad32ca48efb855 https://github.com/groonga/groonga/commit/d18280a88f3c493aecf0c17758ad32ca48efb855 Message: package windows: follow file name change in upstream https://github.com/rainers/cv2pdb/commit/36b18c795bfd80268f9ae5403598dfe3bb81df4a Modified files: packages/windows/Rakefile Modified: packages/windows/Rakefile (+2 -2) =================================================================== --- packages/windows/Rakefile 2019-01-25 11:21:50 +0900 (6c501fc4a) +++ packages/windows/Rakefile 2019-01-25 16:17:35 +0900 (c1deaf10e) @@ -1,6 +1,6 @@ # -*- ruby -*- # -# Copyright (C) 2011-2018 Kouhei Sutou <kou****@clear*****> +# Copyright (C) 2011-2019 Kouhei Sutou <kou****@clear*****> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -527,7 +527,7 @@ namespace :pdb do cv2pdb_license_dir = license_dir + "cv2pdb" mkdir_p(cv2pdb_license_dir) - files = ["README", "LICENSE"].collect do |file| + files = ["README.MD", "LICENSE"].collect do |file| download("https://raw.githubusercontent.com/rainers/cv2pdb/master/#{file}", download_dir) end -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190125/24b70912/attachment.html>