Commit f540f740 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #4200 from uberhacker/update-cmake-package

Update cmake from 3.17.1 to 3.18.1
parents 9d12f260 531e207b
......@@ -3,22 +3,22 @@ require 'package'
class Cmake < Package
description 'CMake is an open-source, cross-platform family of tools designed to build, test and package software.'
homepage 'https://cmake.org/'
version '3.17.1'
version '3.18.1'
compatibility 'all'
source_url 'https://cmake.org/files/v3.17/cmake-3.17.1.tar.gz'
source_sha256 '3aa9114485da39cbd9665a0bfe986894a282d5f0882b1dea960a739496620727'
source_url 'https://cmake.org/files/v3.18/cmake-3.18.1.tar.gz'
source_sha256 'c0e3338bd37e67155b9d1e9526fec326b5c541f74857771b7ffed0c46ad62508'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.17.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.17.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.17.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.17.1-chromeos-x86_64.tar.xz',
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.18.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.18.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.18.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/cmake-3.18.1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '6ebfeed065e9a823bfbd070e6d02535623320cc3322d22c862078a4501258bc8',
armv7l: '6ebfeed065e9a823bfbd070e6d02535623320cc3322d22c862078a4501258bc8',
i686: '8abe180a6b867916ece6d368690a93014e571010595b70fd0266c2be41abe2c6',
x86_64: '844675c631ce4ab9bd1df28d746aad298699822a4c807dc8e1ea3f3edd1e70b7',
aarch64: '9eca3f0dfb8a1519473368a44b32cc84f0f3329a047c4d99496bd038c5305c2f',
armv7l: '9eca3f0dfb8a1519473368a44b32cc84f0f3329a047c4d99496bd038c5305c2f',
i686: 'e4934520df848a6ff1f6adffde6bc7a38d12c815da58b4e830556632231452d4',
x86_64: 'f677d8a51575abd0ddff4e9c5560c43c730c16f7e792a0ab9f6db329d0b057da',
})
def self.patch
......
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