summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-11-19 02:00:23 +0100
committerIcelk2021-11-19 02:00:23 +0100
commitcab900464fb002b2ccf43da1f0a285cbde428696 (patch)
treef67e0afac01987ca9702f0b607021ddce04a1ffe
parent938bf7afd9c9dd87cd6b8ade1ad923fad4147601 (diff)
downloadaur-cab900464fb002b2ccf43da1f0a285cbde428696.tar.gz
Updated to 1.62.3
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 6734bf80bd1f..965bdf755f7b 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.2
+ pkgver = 1.62.3
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.2/VSCodium-linux-x64-1.62.2.tar.gz
- sha256sums_x86_64 = e665a6fbe590a950d935f61c1cecd29bed74ed0ae23bc0fb106b1c85074224a7
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.62.2/VSCodium-linux-arm64-1.62.2.tar.gz
- sha256sums_aarch64 = 88f2d4646aa76eb8bdbcb7f1674ba2f5d8a0baf13a85b5752dc80cd0bbc0eee7
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.62.2/VSCodium-linux-armhf-1.62.2.tar.gz
- sha256sums_armv7h = a0e83c950a429762f6db7eed32742aa8821b4b89aac510fc02ff2d4745895235
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.62.3/VSCodium-linux-x64-1.62.3.tar.gz
+ sha256sums_x86_64 = 2fb1b204013e912b628d593457d2a0720e2b22b8186e00b487e44d0b22422c3c
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.62.3/VSCodium-linux-arm64-1.62.3.tar.gz
+ sha256sums_aarch64 = 40de6a49528cb6fd73827aa5a44667699b59f11da53c577f11039b8e619660ce
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.62.3/VSCodium-linux-armhf-1.62.3.tar.gz
+ sha256sums_armv7h = 950b80f413b4e372e1c4e77fb5559576afe1d33a4c5b7a7a5828dc9b54301e22
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 60016d6f1188..51f29d892768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.62.2
+pkgver=1.62.3
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=('e665a6fbe590a950d935f61c1cecd29bed74ed0ae23bc0fb106b1c85074224a7')
-sha256sums_aarch64=('88f2d4646aa76eb8bdbcb7f1674ba2f5d8a0baf13a85b5752dc80cd0bbc0eee7')
-sha256sums_armv7h=('a0e83c950a429762f6db7eed32742aa8821b4b89aac510fc02ff2d4745895235')
+sha256sums_x86_64=('2fb1b204013e912b628d593457d2a0720e2b22b8186e00b487e44d0b22422c3c')
+sha256sums_aarch64=('40de6a49528cb6fd73827aa5a44667699b59f11da53c577f11039b8e619660ce')
+sha256sums_armv7h=('950b80f413b4e372e1c4e77fb5559576afe1d33a4c5b7a7a5828dc9b54301e22')
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")