Commit b310c8bb authored by Ed Reel's avatar Ed Reel Committed by GitHub

Update codium from 1.42.0-1 to 1.42.1 (#3814)

parent df0c176f
...@@ -3,15 +3,15 @@ require 'package' ...@@ -3,15 +3,15 @@ require 'package'
class Codium < Package class Codium < Package
description 'VSCodium is Open Source Software Binaries of VSCode with a community-driven default configuration.' description 'VSCodium is Open Source Software Binaries of VSCode with a community-driven default configuration.'
homepage 'https://vscodium.com/' homepage 'https://vscodium.com/'
version '1.42.0-1' version '1.42.1'
case ARCH case ARCH
when 'aarch64', 'armv7l' when 'aarch64', 'armv7l'
source_url 'https://github.com/VSCodium/vscodium/releases/download/1.42.0/VSCodium-linux-arm-1.42.0.tar.gz' source_url 'https://github.com/VSCodium/vscodium/releases/download/1.42.1/VSCodium-linux-arm-1.42.1.tar.gz'
source_sha256 '85745764ea7f541f9adb76d98a6675563fcc02d0cf8515f58600867f5f1fc377' source_sha256 '4406e67781b543b2d1b8a25b038a675d94bd778c1d95356ca4abbcfe2758ea21'
@arch = 'arm' @arch = 'arm'
when 'x86_64' when 'x86_64'
source_url 'https://github.com/VSCodium/vscodium/releases/download/1.42.0/VSCodium-linux-x64-1.42.0.tar.gz' source_url 'https://github.com/VSCodium/vscodium/releases/download/1.42.1/VSCodium-linux-x64-1.42.1.tar.gz'
source_sha256 'b83425865394d6414ea22aa065a4b2413e93acf63b97f973743c69c38960d138' source_sha256 'be05377a2a88a3167e3959cf312c55a404314be30df96d7df543e87b761e4cdd'
@arch = 'x64' @arch = 'x64'
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment