summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-10-09 01:00:32 +0200
committerIcelk2021-10-09 01:00:32 +0200
commitc24ab909a9108fec8365df89eda0fcc82895235f (patch)
treebdb64a02b4f482070e1f5bb79698b69869a7538b
parent7cb4f5638934f26246e3ed8a7c0aaeb04d453c24 (diff)
downloadaur-c24ab909a9108fec8365df89eda0fcc82895235f.tar.gz
Updated to 1.61.0
This was an auto-update by https://github.com/Icelk/aur-updater
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcdd4bfe83a4..2b1f760645fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vscodium-bin
pkgdesc = Binary releases of VS Code without MS branding/telemetry/licensing.
- pkgver = 1.60.2
- pkgrel = 2
+ pkgver = 1.61.0
+ pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
@@ -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.2/VSCodium-linux-x64-1.60.2.tar.gz
- sha256sums_x86_64 = 24db0d27ee3e9b28bbae5590a3389c618f8ace0c0f4674ea80de3df8d14af287
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.60.2/VSCodium-linux-arm64-1.60.2.tar.gz
- sha256sums_aarch64 = 3403cd488f1d9db49afe7eac0507278704c7a2cac7cb2a1458632d286a523eef
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.60.2/VSCodium-linux-armhf-1.60.2.tar.gz
- sha256sums_armv7h = 71c18806108af9d912cda6365f19b029d51232060543101e7abaac94bcc1ffbc
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.61.0/VSCodium-linux-x64-1.61.0.tar.gz
+ sha256sums_x86_64 = 879644034f4d6fa3917245fdd4ff082d6f67c8738ca8fff27d9edc87e86f5c1c
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.61.0/VSCodium-linux-arm64-1.61.0.tar.gz
+ sha256sums_aarch64 = 00fc767cefcc002e0009175ee3740040f1f30a8cd5aa05a55d279fa2967102e9
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.61.0/VSCodium-linux-armhf-1.61.0.tar.gz
+ sha256sums_armv7h = 1a26ac18bb74547baf0357e061ed90b0f55f7d0b81d98b308eef008e73987684
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index aaa1301ad6e0..2246b73f7d87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.60.2
-pkgrel=2
+pkgver=1.61.0
+pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/VSCodium/vscodium"
@@ -24,9 +24,9 @@ optdepends=(
provides=('codium')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('24db0d27ee3e9b28bbae5590a3389c618f8ace0c0f4674ea80de3df8d14af287')
-sha256sums_aarch64=('3403cd488f1d9db49afe7eac0507278704c7a2cac7cb2a1458632d286a523eef')
-sha256sums_armv7h=('71c18806108af9d912cda6365f19b029d51232060543101e7abaac94bcc1ffbc')
+sha256sums_x86_64=('879644034f4d6fa3917245fdd4ff082d6f67c8738ca8fff27d9edc87e86f5c1c')
+sha256sums_aarch64=('00fc767cefcc002e0009175ee3740040f1f30a8cd5aa05a55d279fa2967102e9')
+sha256sums_armv7h=('1a26ac18bb74547baf0357e061ed90b0f55f7d0b81d98b308eef008e73987684')
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")