crew: fix crew update reporting a potential package upgrade when a different package's package file is missing (#6259)

* inspect compat

* inspect compat take 2

* modify both search and update

* bump version

* requested changes
This commit is contained in:
Satadru Pramanik
2021-09-27 13:42:24 -04:00
committed by GitHub
parent 9718663bad
commit 64d2001b35
2 changed files with 10 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Defines common constants used in different parts of crew
CREW_VERSION = '1.16.8'
CREW_VERSION = '1.16.9'
ARCH_ACTUAL = `uname -m`.strip
# This helps with virtualized builds on aarch64 machines