Update xmake.lua (#4025)

pull/4028/head
c8ef 7 months ago committed by GitHub
parent 1be2e069a8
commit d9ba34ebad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/n/nghttp2/xmake.lua

@ -4,6 +4,7 @@ package("nghttp2")
set_license("MIT")
add_urls("https://github.com/nghttp2/nghttp2/releases/download/v$(version)/nghttp2-$(version).tar.gz")
add_versions("1.62.0", "482e41a46381d10adbdfdd44c1942ed5fd1a419e0ab6f4a5ff5b61468fe6f00d")
add_versions("1.61.0", "aa7594c846e56a22fbf3d6e260e472268808d3b49d5e0ed339f589e9cc9d484c")
add_versions("1.60.0", "ca2333c13d1af451af68de3bd13462de7e9a0868f0273dea3da5bc53ad70b379")
add_versions("1.59.0", "90fd27685120404544e96a60ed40398a3457102840c38e7215dc6dec8684470f")

Loading…
Cancel
Save