Pārlūkot izejas kodu

update automake (#583)

ruki 4 gadi atpakaļ
vecāks
revīzija
eda7adee81
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      packages/a/automake/xmake.lua

+ 2 - 1
packages/a/automake/xmake.lua

@@ -5,8 +5,9 @@ package("automake")
     set_description("A tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.")
 
     if is_host("macosx", "linux") then
-        add_urls("http://ftp.gnu.org/gnu/automake/automake-$(version).tar.gz",
+        add_urls("https://ftp.gnu.org/gnu/automake/automake-$(version).tar.gz",
                  "https://mirrors.ustc.edu.cn/gnu/automake/automake-$(version).tar.gz")
+        add_versions("1.16.4", "8a0f0be7aaae2efa3a68482af28e5872d8830b9813a6a932a2571eac63ca1794")
         add_versions("1.16.1", "608a97523f97db32f1f5d5615c98ca69326ced2054c9f82e65bade7fc4c9dea8")
         add_versions("1.15.1", "988e32527abe052307d21c8ca000aa238b914df363a617e38f4fb89f5abf6260")
         add_versions("1.9.6", "e6d3030dd3f7a07ee2075da5f77864a3cc3e78c5bf76bb48df23dbe3d6ba13b9")