summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-07-14 03:00:40 +0200
committerIcelk2021-07-14 03:00:40 +0200
commit6fb1a876c9a4740fc6e011c4cbb521e989a9f98b (patch)
tree5b73cfcccf1c15a618feb67ad7e99fd8ce16ec7d
parent0f6c51d8e94a16afba17a93fe8185bc15b37d16a (diff)
downloadaur-6fb1a876c9a4740fc6e011c4cbb521e989a9f98b.tar.gz
Updated to 1.58.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 51dbabc3a826..38dfb11a8262 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.58.0
+ pkgver = 1.58.1
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -23,11 +23,11 @@ pkgbase = vscodium-bin
provides = codium
source = vscodium-bin.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.58.0/VSCodium-linux-x64-1.58.0.tar.gz
- sha256sums_x86_64 = 74d536db88b777be7e3ef5d6c8001d4bc200109e1d9e454e60997c356783ef8a
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.58.0/VSCodium-linux-arm64-1.58.0.tar.gz
- sha256sums_aarch64 = 74d3a35952ffc15a8a2b293d1f5f178bab5e4689670fa833a1448261c821755d
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.58.0/VSCodium-linux-armhf-1.58.0.tar.gz
- sha256sums_armv7h = f5f2b68a2e764541f7c74676bf21c37571b8578b1a6f33002e63dddcd050edb1
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.58.1/VSCodium-linux-x64-1.58.1.tar.gz
+ sha256sums_x86_64 = 857afc9753174cd6ffc3b0583a9cd9c059a511f896a3fe6f5e62db0475851f9a
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.58.1/VSCodium-linux-arm64-1.58.1.tar.gz
+ sha256sums_aarch64 = 91b46c95f1289e3ba89f0973e5665f180dfd5c274ddfd5d9dc22cc4d6d954f20
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.58.1/VSCodium-linux-armhf-1.58.1.tar.gz
+ sha256sums_armv7h = 485c178c374cc4594f629dcb1abe8785ee7eef33596232b431a1184c2b36467f
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index aeb374d57e17..f58dacc0af2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.58.0
+pkgver=1.58.1
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -24,9 +24,9 @@ optdepends=(
provides=('codium')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('74d536db88b777be7e3ef5d6c8001d4bc200109e1d9e454e60997c356783ef8a')
-sha256sums_aarch64=('74d3a35952ffc15a8a2b293d1f5f178bab5e4689670fa833a1448261c821755d')
-sha256sums_armv7h=('f5f2b68a2e764541f7c74676bf21c37571b8578b1a6f33002e63dddcd050edb1')
+sha256sums_x86_64=('857afc9753174cd6ffc3b0583a9cd9c059a511f896a3fe6f5e62db0475851f9a')
+sha256sums_aarch64=('91b46c95f1289e3ba89f0973e5665f180dfd5c274ddfd5d9dc22cc4d6d954f20')
+sha256sums_armv7h=('485c178c374cc4594f629dcb1abe8785ee7eef33596232b431a1184c2b36467f')
source=('vscodium-bin.desktop')
source_x86_64=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-x64-${pkgver}.tar.gz")
source_armv7h=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${_pkgname}-linux-armhf-${pkgver}.tar.gz")