mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
merge master into pythonize1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
|
||||
CREW_VERSION = '1.9.3'
|
||||
CREW_VERSION = '1.9.5'
|
||||
|
||||
ARCH_ACTUAL = `uname -m`.strip
|
||||
# This helps with virtualized builds on aarch64 machines
|
||||
|
||||
@@ -45,6 +45,10 @@ class Package
|
||||
end
|
||||
end
|
||||
|
||||
def self.get_binary_url (architecture)
|
||||
return @binary_url.has_key?(architecture) ? @binary_url[architecture] : nil
|
||||
end
|
||||
|
||||
def self.get_sha256 (architecture)
|
||||
if !@build_from_source and @binary_sha256 and @binary_sha256.has_key?(architecture)
|
||||
return @binary_sha256[architecture]
|
||||
|
||||
Reference in New Issue
Block a user