diff options
author | Icelk | 2022-05-08 14:24:36 +0200 |
---|---|---|
committer | Icelk | 2022-05-08 14:24:36 +0200 |
commit | ca055c5c0f249765ab63c6231b285bbeb3bf7ad8 (patch) | |
tree | 47b021bf56f8b86a92408c2ab04c64e9d88263e2 | |
parent | a6b9ec9bad143463d311a15f87fb06f9c64d6e84 (diff) | |
download | aur-ca055c5c0f249765ab63c6231b285bbeb3bf7ad8.tar.gz |
Updated to 1.67.0
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = vscodium-bin pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing. - pkgver = 1.66.2 + pkgver = 1.67.0 pkgrel = 1 url = https://github.com/VSCodium/vscodium arch = x86_64 @@ -27,9 +27,9 @@ pkgbase = vscodium-bin source = vscodium-bin-uri-handler.desktop sha256sums = a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce sha256sums = fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f - source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.66.2/VSCodium-linux-x64-1.66.2.tar.gz - sha256sums_x86_64 = f682b11a39c9e65949a297fdd3d9fef6b472d7084f47eb5813cb7814468fe6c4 - source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.66.2/VSCodium-linux-arm64-1.66.2.tar.gz - sha256sums_aarch64 = 41d449cb64a65f7eeee4bac9190410d77f1a56540633c5b769276c617174518e + source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.67.0/VSCodium-linux-x64-1.67.0.tar.gz + sha256sums_x86_64 = 4fac8453e06601614f27c6c11e7643b6f907b78f192dc07b0ef8e3b3a73b0e02 + source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.67.0/VSCodium-linux-arm64-1.67.0.tar.gz + sha256sums_aarch64 = 61acd1b8052a86ad7b3fc6886a538385d461ae1c3ef949c2ae98f01d5322b4d7 pkgname = vscodium-bin @@ -7,7 +7,7 @@ pkgname=vscodium-bin _pkgname=VSCodium -pkgver=1.66.2 +pkgver=1.67.0 pkgrel=1 pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing." arch=('x86_64' 'aarch64') @@ -26,8 +26,8 @@ conflicts=('vscodium' 'vscodium-git') sha256sums=('a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce' 'fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f') -sha256sums_x86_64=('f682b11a39c9e65949a297fdd3d9fef6b472d7084f47eb5813cb7814468fe6c4') -sha256sums_aarch64=('41d449cb64a65f7eeee4bac9190410d77f1a56540633c5b769276c617174518e') +sha256sums_x86_64=('4fac8453e06601614f27c6c11e7643b6f907b78f192dc07b0ef8e3b3a73b0e02') +sha256sums_aarch64=('61acd1b8052a86ad7b3fc6886a538385d461ae1c3ef949c2ae98f01d5322b4d7') source=('vscodium-bin.desktop' 'vscodium-bin-uri-handler.desktop') source_x86_64=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz") |