summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-05-19 03:00:20 +0200
committerIcelk2022-05-19 03:00:20 +0200
commit03c857b0c351248c04f7ab95b286924ac137dd8c (patch)
tree01d2316669330420b9e6bb3f7ea3938923d05cb9
parent834e5b9ecfedddcdf272ad9c540bcd33f3672f90 (diff)
downloadaur-03c857b0c351248c04f7ab95b286924ac137dd8c.tar.gz
Updated to 1.67.2
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd2f5360e2fe..0168d9e1eee8 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.67.1
+ pkgver = 1.67.2
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.67.1/VSCodium-linux-x64-1.67.1.tar.gz
- sha256sums_x86_64 = 6587ac5524098a6ee987fbf1d4167f896a0a201ebdb43c2fa2b2a322d11a5843
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.67.1/VSCodium-linux-arm64-1.67.1.tar.gz
- sha256sums_aarch64 = 689efc73a9f417d2f10bec21d8a9c633f8a18994a94bdd5cf57ae41f8cd2924a
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.67.2/VSCodium-linux-x64-1.67.2.tar.gz
+ sha256sums_x86_64 = dc4bbdfd0f079b6f5bfc1a09dfa7b451eb1b2d9533d87d117c3c2f18e76544db
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.67.2/VSCodium-linux-arm64-1.67.2.tar.gz
+ sha256sums_aarch64 = f450dc8870ae4cf2e44dac25dbfd4af20a3de6a35b5ca881156a78da3683d4f4
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ba541ce36dc..87e2684ee35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.67.1
+pkgver=1.67.2
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=('6587ac5524098a6ee987fbf1d4167f896a0a201ebdb43c2fa2b2a322d11a5843')
-sha256sums_aarch64=('689efc73a9f417d2f10bec21d8a9c633f8a18994a94bdd5cf57ae41f8cd2924a')
+sha256sums_x86_64=('dc4bbdfd0f079b6f5bfc1a09dfa7b451eb1b2d9533d87d117c3c2f18e76544db')
+sha256sums_aarch64=('f450dc8870ae4cf2e44dac25dbfd4af20a3de6a35b5ca881156a78da3683d4f4')
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")