mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
2
crew
2
crew
@@ -384,7 +384,7 @@ def whatprovides (pkgName)
|
||||
if packageList[/\.filelist$/]
|
||||
packageName = File.basename packageList, '.filelist'
|
||||
File.readlines(packageList).each do |line|
|
||||
found = line[/#{Regexp.new(pkgName)}/]
|
||||
found = line[/#{pkgName}/] if line.ascii_only?
|
||||
if found
|
||||
fileLine = packageName + ': ' + line
|
||||
if not fileArray.include? fileLine
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Defines common constants used in different parts of crew
|
||||
|
||||
CREW_VERSION = '1.7.9'
|
||||
CREW_VERSION = '1.7.10'
|
||||
|
||||
ARCH_ACTUAL = `uname -m`.strip
|
||||
# This helps with virtualized builds on aarch64 machines
|
||||
|
||||
Reference in New Issue
Block a user