summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-04-13 03:00:28 +0200
committerIcelk2022-04-13 03:00:28 +0200
commit96ead31c749fee0fff175ce8dc2189a1c5ccafe8 (patch)
tree0876f5eda538d3c0d4b2048e97329606691ff382
parentbceb4371a50f807296075fbff45193fcdc18548d (diff)
downloadaur-96ead31c749fee0fff175ce8dc2189a1c5ccafe8.tar.gz
Updated to 1.66.2
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b25ddb44d60..6a559ab68c7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
- pkgver = 1.66.1
+ pkgver = 1.66.2
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -28,11 +28,11 @@ 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.1/VSCodium-linux-x64-1.66.1.tar.gz
- sha256sums_x86_64 = 47414735a5e0c32040bae8254b1ab29832c7ee1ee02cb6b9b819b89483ffab64
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.66.1/VSCodium-linux-arm64-1.66.1.tar.gz
- sha256sums_aarch64 = 5b3299b2abd1f9f03c5d88e9e49ee13ea1261e7be253cf1c9bd1659bba4c034f
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.66.1/VSCodium-linux-armhf-1.66.1.tar.gz
- sha256sums_armv7h = f81ae876ce9ca0c9fa747e7bc45b89c3c13ed37c05147d6cd43dc9b09a9e0115
+ 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_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.66.2/VSCodium-linux-armhf-1.66.2.tar.gz
+ sha256sums_armv7h = a42a6ad9fb8ccb2470e1230b275cd1cb3b138675403771f5539ab9aa998e19fe
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index b0e111683fca..ade98563b738 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.66.1
+pkgver=1.66.2
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -26,9 +26,9 @@ conflicts=('vscodium' 'vscodium-git')
sha256sums=('a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce'
'fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f')
-sha256sums_x86_64=('47414735a5e0c32040bae8254b1ab29832c7ee1ee02cb6b9b819b89483ffab64')
-sha256sums_aarch64=('5b3299b2abd1f9f03c5d88e9e49ee13ea1261e7be253cf1c9bd1659bba4c034f')
-sha256sums_armv7h=('f81ae876ce9ca0c9fa747e7bc45b89c3c13ed37c05147d6cd43dc9b09a9e0115')
+sha256sums_x86_64=('f682b11a39c9e65949a297fdd3d9fef6b472d7084f47eb5813cb7814468fe6c4')
+sha256sums_aarch64=('41d449cb64a65f7eeee4bac9190410d77f1a56540633c5b769276c617174518e')
+sha256sums_armv7h=('a42a6ad9fb8ccb2470e1230b275cd1cb3b138675403771f5539ab9aa998e19fe')
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")