summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-07-19 04:00:55 +0200
committerIcelk2022-07-19 04:00:55 +0200
commitbcc5cb7d219f0e6f3c20d78817310418ffcdff39 (patch)
treeb100d9a186be56d8f19a53ccb19d064f12589ee5
parent78e5e8b3e585bc0bf919c97b94abb06b77fe4868 (diff)
downloadaur-bcc5cb7d219f0e6f3c20d78817310418ffcdff39.tar.gz
Updated to 1.69.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 e1ba7f8cff93..c78b5127d056 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.69.1
+ pkgver = 1.69.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.69.1/VSCodium-linux-x64-1.69.1.tar.gz
- sha256sums_x86_64 = d84f835e73830c2ae6ac9ca5b7fc945ff991fa00a889e98e212c962e23cc585b
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.69.1/VSCodium-linux-arm64-1.69.1.tar.gz
- sha256sums_aarch64 = 9137f9a38064ac17b5177022edd08b451311c95076f6415f368b48a04ee083ea
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.69.2/VSCodium-linux-x64-1.69.2.tar.gz
+ sha256sums_x86_64 = c6936a055075883fcd42d696ee71d9e4606f0bc9c9c40dbb14e85f9ebdb2754f
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.69.2/VSCodium-linux-arm64-1.69.2.tar.gz
+ sha256sums_aarch64 = 3c88181eae13415009cea57183a2dfe9062baeb2d30fca6e88979a97c9b78ba4
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1ba4b52c94c1..7023109d3966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.69.1
+pkgver=1.69.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=('d84f835e73830c2ae6ac9ca5b7fc945ff991fa00a889e98e212c962e23cc585b')
-sha256sums_aarch64=('9137f9a38064ac17b5177022edd08b451311c95076f6415f368b48a04ee083ea')
+sha256sums_x86_64=('c6936a055075883fcd42d696ee71d9e4606f0bc9c9c40dbb14e85f9ebdb2754f')
+sha256sums_aarch64=('3c88181eae13415009cea57183a2dfe9062baeb2d30fca6e88979a97c9b78ba4')
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")