summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-11-10 02:00:25 +0100
committerIcelk2021-11-10 02:00:25 +0100
commite6886d6898141e329a249711d57060a25aed2759 (patch)
treebd188401e2803c0ce5d74183cdfa91173a1f4408
parentfef05aa2d6fc5298ba316cd96f1d25776d7b361d (diff)
downloadaur-e6886d6898141e329a249711d57060a25aed2759.tar.gz
Updated to 1.62.1
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 f932666e3746..8560c183ed71 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.62.0
+ pkgver = 1.62.1
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 = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
sha256sums = f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.62.0/VSCodium-linux-x64-1.62.0.tar.gz
- sha256sums_x86_64 = c9e61bcb4f5404c91ca048ccbf537c001d6feaf8b0359ac5320c3a824df8799f
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.62.0/VSCodium-linux-arm64-1.62.0.tar.gz
- sha256sums_aarch64 = 70526474b54606f97e6ba3c40543feaac853c99e1a0b1911f43d372a58f26d46
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.62.0/VSCodium-linux-armhf-1.62.0.tar.gz
- sha256sums_armv7h = 478a28c0c994fde35a95e11eb520798d05867cb3bfe5d03268f173c4c89f431d
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.62.1/VSCodium-linux-x64-1.62.1.tar.gz
+ sha256sums_x86_64 = 697b526ee36506e72712d3690180a415d233ab5db4ca5f5d645770dfc9cd74f5
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.62.1/VSCodium-linux-arm64-1.62.1.tar.gz
+ sha256sums_aarch64 = d9dfb190515a4a9966d3435ea4c07bb5d8d23f51f58716069eef3411e211556b
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.62.1/VSCodium-linux-armhf-1.62.1.tar.gz
+ sha256sums_armv7h = 2035e5480f9375c1acdd710fd91318b0205b5ebc1680f18ba8cfe55238cf680f
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index e7a2e15fa94b..144fb98fc504 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.62.0
+pkgver=1.62.1
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=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b'
'f26703924abca3738f2e1f84e5a1e27e8cc7dae4364bb53dbff03c2de5fe0898')
-sha256sums_x86_64=('c9e61bcb4f5404c91ca048ccbf537c001d6feaf8b0359ac5320c3a824df8799f')
-sha256sums_aarch64=('70526474b54606f97e6ba3c40543feaac853c99e1a0b1911f43d372a58f26d46')
-sha256sums_armv7h=('478a28c0c994fde35a95e11eb520798d05867cb3bfe5d03268f173c4c89f431d')
+sha256sums_x86_64=('697b526ee36506e72712d3690180a415d233ab5db4ca5f5d645770dfc9cd74f5')
+sha256sums_aarch64=('d9dfb190515a4a9966d3435ea4c07bb5d8d23f51f58716069eef3411e211556b')
+sha256sums_armv7h=('2035e5480f9375c1acdd710fd91318b0205b5ebc1680f18ba8cfe55238cf680f')
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")