summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-04-14 14:04:13 -0400
committerbinex-dsk2021-04-14 14:04:13 -0400
commitf460a4e6ccd72b08c409d5134f02d297984b4363 (patch)
tree5a5f136facb8fb0a518b5d6c02a2d1c9237fbf3d
parentc61d0a826686521c5fcdb1f13f9e4201df6da68c (diff)
downloadaur-f460a4e6ccd72b08c409d5134f02d297984b4363.tar.gz
1.55.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 403fb8b097ac..d0bad60154cf 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.55.1
+ pkgver = 1.55.2
pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
@@ -23,12 +23,12 @@ pkgbase = vscodium-bin
provides = codium
source = vscodium-bin.desktop
sha256sums = 65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b
- source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.55.1/VSCodium-linux-x64-1.55.1.tar.gz
- sha256sums_x86_64 = e6ea755ccfd185d9dde1b87a5b6553bf4d33927fc166e6d0c973bee16e6d747d
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.55.1/VSCodium-linux-arm64-1.55.1.tar.gz
- sha256sums_aarch64 = ae7fcdd4bd097da0113854f406c4e54540ea6e0e4b159694690071504d90cffd
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.55.1/VSCodium-linux-armhf-1.55.1.tar.gz
- sha256sums_armv7h = bb1e0592ff142f9ec49c1e0c158dccd0421a31e532e3243bbd7318611d524fad
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.55.2/VSCodium-linux-x64-1.55.2.tar.gz
+ sha256sums_x86_64 = fd937fe77c461f55e99d86144314a99b18a116900811a3d332f2ea97148dad8a
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.55.2/VSCodium-linux-arm64-1.55.2.tar.gz
+ sha256sums_aarch64 = 02e7d0ef76f3cdba278e31671d8456740a5cf3d4a3b095e318638f1fac0a9c5e
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.55.2/VSCodium-linux-armhf-1.55.2.tar.gz
+ sha256sums_armv7h = a263e1c363ca8701ac73cc16c93b10577d49779f3a63ac6cbc506314d41548fb
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index be5ef0eb5edd..4e092d9b212f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.55.1
+pkgver=1.55.2
pkgrel=1
pkgdesc="Binary releases of VS Code without MS branding/telemetry/licensing."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -23,9 +23,9 @@ optdepends=(
provides=('codium')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('e6ea755ccfd185d9dde1b87a5b6553bf4d33927fc166e6d0c973bee16e6d747d')
-sha256sums_aarch64=('ae7fcdd4bd097da0113854f406c4e54540ea6e0e4b159694690071504d90cffd')
-sha256sums_armv7h=('bb1e0592ff142f9ec49c1e0c158dccd0421a31e532e3243bbd7318611d524fad')
+sha256sums_x86_64=('fd937fe77c461f55e99d86144314a99b18a116900811a3d332f2ea97148dad8a')
+sha256sums_aarch64=('02e7d0ef76f3cdba278e31671d8456740a5cf3d4a3b095e318638f1fac0a9c5e')
+sha256sums_armv7h=('a263e1c363ca8701ac73cc16c93b10577d49779f3a63ac6cbc506314d41548fb')
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")