mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Update codium from 1.46.1 to 1.48.1 (#4241)
This commit is contained in:
@@ -3,16 +3,16 @@ require 'package'
|
||||
class Codium < Package
|
||||
description 'VSCodium is Open Source Software Binaries of VSCode with a community-driven default configuration.'
|
||||
homepage 'https://vscodium.com/'
|
||||
version '1.46.1'
|
||||
version '1.48.1'
|
||||
compatibility 'aarch64,armv7l,x86_64'
|
||||
case ARCH
|
||||
when 'aarch64', 'armv7l'
|
||||
source_url 'https://github.com/VSCodium/vscodium/releases/download/1.46.1/VSCodium-linux-arm-1.46.1.tar.gz'
|
||||
source_sha256 '52a79ad814c5b8c37899a7003047a7c7852c41edbdd2a81c4f4d3a30db84b967'
|
||||
source_url 'https://github.com/VSCodium/vscodium/releases/download/1.48.1/VSCodium-linux-arm-1.48.1.tar.gz'
|
||||
source_sha256 'cf653db9c223bfaa21b1af33464d946cbf19f3f764f37a2de939c2bea565fc86'
|
||||
@arch = 'arm'
|
||||
when 'x86_64'
|
||||
source_url 'https://github.com/VSCodium/vscodium/releases/download/1.46.1/VSCodium-linux-x64-1.46.1.tar.gz'
|
||||
source_sha256 '471976fe4e32af3f17f1efb3d0d006e51ff09195621ecf544bf314039a783a51'
|
||||
source_url 'https://github.com/VSCodium/vscodium/releases/download/1.48.1/VSCodium-linux-x64-1.48.1.tar.gz'
|
||||
source_sha256 '38b6008efd1673ccc741d2e81abb1eb3ab5a465299acfe455debc46152111739'
|
||||
@arch = 'x64'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user