summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-09-15 03:00:05 +0200
committerIcelk2021-09-15 03:00:05 +0200
commitc3c5f826556385aef2653dde564dd2f86b1914f2 (patch)
tree22904836c4931ba3dc5d37b95c1b1497f84cef00
parent07dee5679b9379771275b6e33b3df40a2e8374b7 (diff)
downloadaur-c3c5f826556385aef2653dde564dd2f86b1914f2.tar.gz
Updated to 1.60.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 c37e7dae78f5..d0b80d2e7354 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.60.0
+ pkgver = 1.60.1
pkgrel = 2
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.60.0/VSCodium-linux-x64-1.60.0.tar.gz
- sha256sums_x86_64 = 2230bfd26b325beed31575863283975be39686d1245f32b9bd8a45b4b08573d0
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.60.0/VSCodium-linux-arm64-1.60.0.tar.gz
- sha256sums_aarch64 = 255365c524d17aa71550b2c49d08590b17d8783612920c9cb28f4eafe0ef1930
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.60.0/VSCodium-linux-armhf-1.60.0.tar.gz
- sha256sums_armv7h = 5ea249d23901ee7cd3a1ba16c138245e5bdd1e5602ba7f378a9611d394e64877
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.60.1/VSCodium-linux-x64-1.60.1.tar.gz
+ sha256sums_x86_64 = cc22bca430b0f5818337e42946c3592b9be0aba77770501e7a213865b71efcd3
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.60.1/VSCodium-linux-arm64-1.60.1.tar.gz
+ sha256sums_aarch64 = 71f4f24832097cc43e3a89b7e747164dfa8b41c7c4539cd4f0be802d8e7d3b16
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.60.1/VSCodium-linux-armhf-1.60.1.tar.gz
+ sha256sums_armv7h = 891e0e342ece0fd8d523176a9f9d3eeba474c1744c7e93ce044597ab12fc9110
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3da1881d4ac8..47964d238ccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.60.0
+pkgver=1.60.1
pkgrel=2
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=('2230bfd26b325beed31575863283975be39686d1245f32b9bd8a45b4b08573d0')
-sha256sums_aarch64=('255365c524d17aa71550b2c49d08590b17d8783612920c9cb28f4eafe0ef1930')
-sha256sums_armv7h=('5ea249d23901ee7cd3a1ba16c138245e5bdd1e5602ba7f378a9611d394e64877')
+sha256sums_x86_64=('cc22bca430b0f5818337e42946c3592b9be0aba77770501e7a213865b71efcd3')
+sha256sums_aarch64=('71f4f24832097cc43e3a89b7e747164dfa8b41c7c4539cd4f0be802d8e7d3b16')
+sha256sums_armv7h=('891e0e342ece0fd8d523176a9f9d3eeba474c1744c7e93ce044597ab12fc9110')
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")