Browse Source

fix libjpeg url

ruki 4 years ago
parent
commit
3a8ce31db4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/l/libjpeg/xmake.lua

+ 1 - 1
packages/l/libjpeg/xmake.lua

@@ -3,7 +3,7 @@ package("libjpeg")
     set_homepage("http://ijg.org/")
     set_homepage("http://ijg.org/")
     set_description("A widely used C library for reading and writing JPEG image files.")
     set_description("A widely used C library for reading and writing JPEG image files.")
 
 
-    set_urls("http://www.ijg.org/files/jpegsrc.$(version).tar.gz")
+    set_urls("https://www.ijg.org/files/jpegsrc.$(version).tar.gz")
 
 
     add_versions("v9c", "650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122")
     add_versions("v9c", "650250979303a649e21f87b5ccd02672af1ea6954b911342ea491f351ceb7122")
     add_versions("v9b", "240fd398da741669bf3c90366f58452ea59041cacc741a489b99f2f6a0bad052")
     add_versions("v9b", "240fd398da741669bf3c90366f58452ea59041cacc741a489b99f2f6a0bad052")