mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Py updates, fix env variable for timeout, add option to skip remote updates in build_updates script (#10503)
* Update py3_setuptools Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix Agree timeout env variable, add pip updates, fixup build_updated_packages script and add functionality to skip remote update checks. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Add documentation for the --skip command. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Handle compatibility with commas Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Handle empty conpatibility. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fixup compatibility sections of package files. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Rebuild parted to handle missing binaries, and update build_updated_packages to notice binary_compression and not ask to rebuild if bimaries already exist. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Fix hash for nconvert. Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
23265468d1
commit
22d986c981
@@ -5,7 +5,7 @@ class Cage < Meson
|
||||
homepage 'https://www.hjdskes.nl/projects/cage/'
|
||||
version '0.1.5-eaeab71'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64, armv7l, x86_64'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/Hjdskes/cage.git'
|
||||
git_hashtag 'eaeab71ffa3ab5884df09c5664c00e368ca2585e'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
Reference in New Issue
Block a user