diff options
author | VSCodium CI | 2024-12-21 01:24:30 +0000 |
---|---|---|
committer | VSCodium CI | 2024-12-21 01:24:30 +0000 |
commit | f9347c16b11d3cd639903d00dd85a88601e690c4 (patch) | |
tree | 7a252e41e2ef38b475f0eb78a3caa485cc7ec2b5 | |
parent | f8ef5da0b8dca28dcb84952c315faf53fc54d2ac (diff) | |
download | aur-f9347c16b11d3cd639903d00dd85a88601e690c4.tar.gz |
Update to 1.96.2.24355
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = vscodium pkgdesc = Free/Libre Open Source Software Binaries of VSCode (git build from latest release). - pkgver = 1.96.1.24353 + pkgver = 1.96.2.24355 pkgrel = 1 url = https://github.com/VSCodium/vscodium.git arch = x86_64 @@ -41,10 +41,10 @@ pkgbase = vscodium source = vscodium.desktop source = vscodium-wayland.desktop source = vscodium-uri-handler.desktop - source = https://github.com/VSCodium/vscodium/releases/download/1.96.1.24353/VSCodium-1.96.1.24353-src.tar.gz + source = https://github.com/VSCodium/vscodium/releases/download/1.96.2.24355/VSCodium-1.96.2.24355-src.tar.gz sha256sums = 3a5bc109974fcf408855c13965f6d6be0997655c5b359de0bfd19a678c00844e sha256sums = ef5759114cb0bada639bf89b778679bc7cf4d829151dc5fbf95eb33df4addcd6 sha256sums = 6eef345b65bf2679c928c763529540435ab9c6e1836917319810a7a2d484ae1b - sha256sums = bfb65a8434ed27b091a81381dd8a61366c5e1cce87745cca812a448d5d767806 + sha256sums = 81ab83e9bfdae1c1d99a62fa7b8b8e94dc51be583eece1de327eebba2ddc680d pkgname = vscodium @@ -3,7 +3,7 @@ pkgname=vscodium # Make sure the pkgver matches the git tags in vscodium and vscode git repo's! -pkgver=1.96.1.24353 +pkgver=1.96.2.24355 pkgrel=1 pkgdesc="Free/Libre Open Source Software Binaries of VSCode (git build from latest release)." arch=('x86_64' 'aarch64' 'armv7h') @@ -48,7 +48,7 @@ source=( sha256sums=('3a5bc109974fcf408855c13965f6d6be0997655c5b359de0bfd19a678c00844e' 'ef5759114cb0bada639bf89b778679bc7cf4d829151dc5fbf95eb33df4addcd6' '6eef345b65bf2679c928c763529540435ab9c6e1836917319810a7a2d484ae1b' - 'bfb65a8434ed27b091a81381dd8a61366c5e1cce87745cca812a448d5d767806') + '81ab83e9bfdae1c1d99a62fa7b8b8e94dc51be583eece1de327eebba2ddc680d') provides=( 'codium' 'vscodium' |