Update fpng to v1.0.6 (#5109)

pull/5112/head
ruki 3 months ago committed by GitHub
parent 1da2d2b09c
commit 622ed4facd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/f/fpng/xmake.lua

@ -4,6 +4,7 @@ package("fpng")
add_urls("https://github.com/richgel999/fpng/archive/refs/tags/$(version).tar.gz",
"https://github.com/richgel999/fpng.git")
add_versions("v1.0.6", "0f4b60f0b638d47addfbd150bb19bfe2f3343c4ed2d742c02c085456de0ee1dd")
add_versions("v1.0.1", "ef4e7ee23176908fdad4936f05f3ad097abaf61485171e108fb1e7ff230bd523")
add_configs("sse4", { description = "Enable SSE 4.1 support.", default = false, type = "boolean"})

Loading…
Cancel
Save