summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2022-09-13 23:00:48 +0200
committerIcelk2022-09-13 23:00:48 +0200
commit9f9a38ab213d5814af6b43ab5f75d14a17526d70 (patch)
treed2f289a8c25863e5fe3e2b79624149705c261600
parent39d0b34fd98cc546a9426ecda55cf4829b8e2439 (diff)
downloadaur-9f9a38ab213d5814af6b43ab5f75d14a17526d70.tar.gz
Updated to 1.71.1.22256
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 a27b0ca6c190..8f98c3d552dd 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.71.0.22245
+ pkgver = 1.71.1.22256
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.71.0.22245/VSCodium-linux-x64-1.71.0.22245.tar.gz
- sha256sums_x86_64 = a5867dce57995ffd396215044dbd87665b7e9b18e6e7a6e6ef50e6af06758b0e
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.71.0.22245/VSCodium-linux-arm64-1.71.0.22245.tar.gz
- sha256sums_aarch64 = ed5bad0b6b1e812110ee790f099eae04b751fc97d5ebfbdecd3ff7bc29e89f43
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.71.1.22256/VSCodium-linux-x64-1.71.1.22256.tar.gz
+ sha256sums_x86_64 = 1af87301c124f740776e411b39ac707010acae3d85496c66fd1b16094068df4f
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.71.1.22256/VSCodium-linux-arm64-1.71.1.22256.tar.gz
+ sha256sums_aarch64 = 22038a5df18a456b387a49b2e568cb3fefd6f3fc30815c0cd9cdd12ad5147a48
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 09afc6d263fd..a81d0051e17f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.71.0.22245
+pkgver=1.71.1.22256
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64')
@@ -26,8 +26,8 @@ conflicts=('vscodium')
sha256sums=('a665ef6e2a1711df2552d7ae49fd7f30f7a2d7e0dea71c7c5f4c90764d8c37ce'
'fd6b46c021e4f0b75d27fcf67481019dbbaa7059ea186437a47a6b6ae8bb574f')
-sha256sums_x86_64=('a5867dce57995ffd396215044dbd87665b7e9b18e6e7a6e6ef50e6af06758b0e')
-sha256sums_aarch64=('ed5bad0b6b1e812110ee790f099eae04b751fc97d5ebfbdecd3ff7bc29e89f43')
+sha256sums_x86_64=('1af87301c124f740776e411b39ac707010acae3d85496c66fd1b16094068df4f')
+sha256sums_aarch64=('22038a5df18a456b387a49b2e568cb3fefd6f3fc30815c0cd9cdd12ad5147a48')
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")