Commit 792bf930 authored by Ed Reel's avatar Ed Reel

Update cmake from 3.11.1 to 3.11.4

Add pre-built binaries

Change source_url to specific version
parent dbd91f8a
...@@ -3,21 +3,21 @@ require 'package' ...@@ -3,21 +3,21 @@ require 'package'
class Cmake < Package class Cmake < Package
description 'CMake is an open-source, cross-platform family of tools designed to build, test and package software.' description 'CMake is an open-source, cross-platform family of tools designed to build, test and package software.'
homepage 'https://cmake.org/' homepage 'https://cmake.org/'
version '3.11.1' version '3.11.4'
source_url 'https://cmake.org/files/v3.11/cmake-3.11.1.tar.gz' source_url 'https://cmake.org/files/v3.11/cmake-3.11.4.tar.gz'
source_sha256 '57bebc6ca4d1d42c6385249d148d9216087e0fda57a47dc5c858790a70217d0c' source_sha256 '8f864e9f78917de3e1483e256270daabc4a321741592c5b36af028e72bff87f5'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.1-chromeos-armv7l.tar.xz', aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.4-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.1-chromeos-armv7l.tar.xz', armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.4-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.1-chromeos-i686.tar.xz', i686: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.4-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.1-chromeos-x86_64.tar.xz', x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.11.4-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '0a225df6e0d34cfd7b04f346f1a196af2067f2119ac00b4258ae329436337412', aarch64: '12b176c138d6034bb0c9afe305342ec6458e926d30ecf69e249fdc1e1e558c3c',
armv7l: '0a225df6e0d34cfd7b04f346f1a196af2067f2119ac00b4258ae329436337412', armv7l: '12b176c138d6034bb0c9afe305342ec6458e926d30ecf69e249fdc1e1e558c3c',
i686: '8ce6a201ffc9deead5b6e31a98c7fa4ee3d5dc149516aad95ae4ab2b2d3b2276', i686: 'ea3cf4cd98c36144894d10dd6a2551ed8ef0a54f097bbb2d25cfc68f5e9493d9',
x86_64: '34fc8e28f407c16ad18952183f9f26daa9a4bb9a1872c043fbdd670eb2795015', x86_64: '8c26d1c5236b28b1132aec93957292f28aadb3f6065517b3c223c9fc42b0f9ce',
}) })
def self.build def self.build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment