config/software/lua.rb in omnibus-software-23.2.281 vs config/software/lua.rb in omnibus-software-23.2.283
- old
+ new
@@ -27,9 +27,11 @@
license "MIT"
license_file "https://www.lua.org/license.html"
skip_transitive_dependency_licensing true
source url: "https://www.lua.org/ftp/lua-#{version}.tar.gz"
+internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/#{name}/#{name}-#{version}.tar.gz",
+ authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
relative_path "lua-#{version}"
build do
env = with_standard_compiler_flags(with_embedded_path)