mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
2
bin/crew
2
bin/crew
@@ -575,7 +575,7 @@ def upgrade
|
||||
# Check version number of installed package and make a target list
|
||||
toBeUpdated = []
|
||||
dependencies.each do |dep|
|
||||
package = @device[:installed_packages].select {|pkg| pkg[:name] == dep}
|
||||
package = @device[:installed_packages].select {|pkg| pkg[:name] == dep} [0]
|
||||
next unless package
|
||||
search package[:name], true
|
||||
if package[:version] != @pkg.version
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
|
||||
CREW_VERSION = '1.17.2'
|
||||
CREW_VERSION = '1.17.3'
|
||||
|
||||
ARCH_ACTUAL = `uname -m`.chomp
|
||||
# This helps with virtualized builds on aarch64 machines
|
||||
|
||||
Reference in New Issue
Block a user