config/software/curl.rb in omnibus-software-22.11.239 vs config/software/curl.rb in omnibus-software-23.2.281

- old
+ new

@@ -13,11 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. # name "curl" -default_version "7.84.0" +default_version "7.85.0" dependency "zlib" dependency "openssl" dependency "cacerts" @@ -33,9 +33,11 @@ version("7.81.0") { source sha256: "ac8e1087711084548d788ef18b9b732c8de887457b81f616fc681d1044b32f98" } version("7.80.0") { source sha256: "dab997c9b08cb4a636a03f2f7f985eaba33279c1c52692430018fae4a4878dc7" } version("7.79.1") { source sha256: "370b11201349816287fb0ccc995e420277fbfcaf76206e309b3f60f0eda090c2" } source url: "https://curl.haxx.se/download/curl-#{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 "curl-#{version}" build do env = with_standard_compiler_flags(with_embedded_path)