summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIcelk2021-10-15 10:00:22 +0200
committerIcelk2021-10-15 10:00:22 +0200
commiteba4cd479ddecf50182820e4065f7793968cca04 (patch)
tree75a94b65d72e264d19f785d0d95c2d1577830c4d
parentc24ab909a9108fec8365df89eda0fcc82895235f (diff)
downloadaur-eba4cd479ddecf50182820e4065f7793968cca04.tar.gz
Updated to 1.61.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 2b1f760645fd..2e5577770a74 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.61.0
+ pkgver = 1.61.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.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
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.61.1/VSCodium-linux-x64-1.61.1.tar.gz
+ sha256sums_x86_64 = ad92e05bc4641282647f04030b9c4e0502f277e6b8f915c0a4d7d38055818745
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.61.1/VSCodium-linux-arm64-1.61.1.tar.gz
+ sha256sums_aarch64 = fe4be40c887393dd0e1542a2b9f97d0e0f35b1f3c1209c156621d3efdeeb6b58
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.61.1/VSCodium-linux-armhf-1.61.1.tar.gz
+ sha256sums_armv7h = 768912a4ecf66323d2ce564e95a55fc8e2222f202d6358e01eae234d55737a4a
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2246b73f7d87..09839670bcb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.61.0
+pkgver=1.61.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=('879644034f4d6fa3917245fdd4ff082d6f67c8738ca8fff27d9edc87e86f5c1c')
-sha256sums_aarch64=('00fc767cefcc002e0009175ee3740040f1f30a8cd5aa05a55d279fa2967102e9')
-sha256sums_armv7h=('1a26ac18bb74547baf0357e061ed90b0f55f7d0b81d98b308eef008e73987684')
+sha256sums_x86_64=('ad92e05bc4641282647f04030b9c4e0502f277e6b8f915c0a4d7d38055818745')
+sha256sums_aarch64=('fe4be40c887393dd0e1542a2b9f97d0e0f35b1f3c1209c156621d3efdeeb6b58')
+sha256sums_armv7h=('768912a4ecf66323d2ce564e95a55fc8e2222f202d6358e01eae234d55737a4a')
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")