summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-09-07 03:00:05 +0200
committerIcelk2021-09-07 03:00:05 +0200
commitf3be388e3079b7e342b3db10a11f69b83070a747 (patch)
tree11eacad9f46c141559749a2af9d4dab43c679024
parentffe5d1d08938c37e056d8266710e33276bf422ca (diff)
downloadaur-f3be388e3079b7e342b3db10a11f69b83070a747.tar.gz
Updated to 1.60.0
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 aced0daf6200..22de12414bd9 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.59.1
+ pkgver = 1.60.0
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.59.1/VSCodium-linux-x64-1.59.1.tar.gz
- sha256sums_x86_64 = 13986135a06e6839ad832d05ee108e83ceb0cda025d298354337cac57feb1afd
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.59.1/VSCodium-linux-arm64-1.59.1.tar.gz
- sha256sums_aarch64 = 83b72c556e953beac0dae8350be6687186478261e57fa3a1d22fda890028150f
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.59.1/VSCodium-linux-armhf-1.59.1.tar.gz
- sha256sums_armv7h = 3dacfbf0da04bd17dc3b6af921369fcb00f017dfa07a796600dc7cfe4b1d9a6a
+ 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 = f536a4c111846df3a60a5366dfd422701573ad37221fec20db84686b439aefe1
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.60.0/VSCodium-linux-armhf-1.60.0.tar.gz
+ sha256sums_armv7h = 0ba13add2f0367f5b04f7c4b32a78bbc8e42c828622ecf17c1659fc7c4fcaa0c
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index d07bd451a2cb..98b61416f3f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.59.1
+pkgver=1.60.0
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=('13986135a06e6839ad832d05ee108e83ceb0cda025d298354337cac57feb1afd')
-sha256sums_aarch64=('83b72c556e953beac0dae8350be6687186478261e57fa3a1d22fda890028150f')
-sha256sums_armv7h=('3dacfbf0da04bd17dc3b6af921369fcb00f017dfa07a796600dc7cfe4b1d9a6a')
+sha256sums_x86_64=('2230bfd26b325beed31575863283975be39686d1245f32b9bd8a45b4b08573d0')
+sha256sums_aarch64=('f536a4c111846df3a60a5366dfd422701573ad37221fec20db84686b439aefe1')
+sha256sums_armv7h=('0ba13add2f0367f5b04f7c4b32a78bbc8e42c828622ecf17c1659fc7c4fcaa0c')
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")