mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
vscodium: 1.109.31074 → 1.109.51242 (#14753)
* vscodium -> 1.109.51242 in updater-vscodium-1.109.51242 * updater-vscodium-1.109.51242: Package File Update Run on linux/amd64 container. * updater-vscodium-1.109.51242: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e71f35c331
commit
2ddadd922b
@@ -1,4 +1,4 @@
|
||||
# Total size: 378225400
|
||||
# Total size: 378226185
|
||||
/usr/local/VSCodium-linux-arm/LICENSES.chromium.html
|
||||
/usr/local/VSCodium-linux-arm/bin/codium
|
||||
/usr/local/VSCodium-linux-arm/bin/codium-tunnel
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 460244222
|
||||
# Total size: 460245007
|
||||
/usr/local/VSCodium-linux-x64/LICENSES.chromium.html
|
||||
/usr/local/VSCodium-linux-x64/bin/codium
|
||||
/usr/local/VSCodium-linux-x64/bin/codium-tunnel
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Vscodium < Package
|
||||
description 'VSCodium is Open Source Software Binaries of VSCode with a community-driven default configuration.'
|
||||
homepage 'https://vscodium.com/'
|
||||
version '1.109.31074'
|
||||
version '1.109.51242'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
min_glibc '2.28'
|
||||
@@ -13,9 +13,9 @@ class Vscodium < Package
|
||||
x86_64: "https://github.com/VSCodium/vscodium/releases/download/#{version}/VSCodium-linux-x64-#{version}.tar.gz"
|
||||
})
|
||||
source_sha256({
|
||||
aarch64: 'ecbf4fbbeae81227ad265c0da21eee10892bdaae4c8bc635ba8aefdd392f1373',
|
||||
armv7l: 'ecbf4fbbeae81227ad265c0da21eee10892bdaae4c8bc635ba8aefdd392f1373',
|
||||
x86_64: 'be28e900a9413f4752e3462528c4423d9b20bbb4fe1623e02c9020a44dfd0470'
|
||||
aarch64: '8a414829dd3a3756350981dde9145225477d3eac521f63e8ed08030f5e446792',
|
||||
armv7l: '8a414829dd3a3756350981dde9145225477d3eac521f63e8ed08030f5e446792',
|
||||
x86_64: '66dba3b928d1ce9b367fb05c855016e31f247829c72b940718dbde08b444f904'
|
||||
})
|
||||
|
||||
depends_on 'alsa_lib' # R
|
||||
|
||||
Reference in New Issue
Block a user