CImg: add new version & fix the homepage link (#5139)

pull/5143/head
apocelipes 3 months ago committed by GitHub
parent a95013dbca
commit 9eee25a109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/c/cimg/xmake.lua

@ -1,6 +1,6 @@
package("cimg")
set_kind("library", {headeronly = true})
set_homepage("https://github.com/greyclab/cimg")
set_homepage("https://cimg.eu/")
set_description("Small and open-source C++ toolkit for image processing")
set_license("CeCILL-C")
@ -9,6 +9,7 @@ package("cimg")
end})
add_urls("https://github.com/greyclab/cimg.git")
add_versions("v3.4.2", "d427168370301f6d288d9e1c69fcc48d9d4919e977ac5c2ec013ae6ac5613efb")
add_versions("v3.4.1", "ea8bc2186142eb59fbb391b0debfc4150f839a0b39552bc8093225cf02eda335")
add_versions("v3.4.0", "987bddc3a98ec684c2ffc7968881adb2626f5b09c90e6102947b3c4acd0de931")
add_versions("v3.3.6", "7bb6621c38458152f3d1cae3f020e4ca6a314076cb7b4b5d6bbf324ad3d0ab88")

Loading…
Cancel
Save