mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Remove unnessecary @pkg scoping in update_package_file in tools/version.rb * Update tools/version.rb to support replacing tpxz binary_compression * Move away from local hashes in update_package_file in tools/version.rb * Use FileUtils.mv instead of cp and rm in update_package_file in tools/version.rb * Simplify and improve binary_compression handling in update_package_file in tools/version.rb * Avoid early writes in update_package_file in tools/version.rb * Exit early if version update failed in update_package_file in tools/version.rb * Simplify hash updating in update_package_file in tools/version.rb * Rubify downloading new files and calculating their hashes in update_package_file in tools/version.rb * Fix broken output in tools/version.rb