summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2021-02-08 16:08:04 -0500
committerbinex-dsk2021-02-08 16:08:04 -0500
commit3277cfb303e464b9474c34f4a867b198971355c6 (patch)
tree31551764e45d1f6c703fa75e6b876f65c5e697d7
parentb6174ce18bb0ff75e4ed38f48af158d9b83e99f5 (diff)
downloadaur-3277cfb303e464b9474c34f4a867b198971355c6.tar.gz
1.53.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1514e8d5cc6f..36cbe9fb3ab9 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.52.1
- pkgrel = 2
+ pkgver = 1.53.0
+ pkgrel = 1
url = https://github.com/VSCodium/vscodium
arch = x86_64
arch = aarch64
@@ -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.52.1/VSCodium-linux-x64-1.52.1.tar.gz
- sha256sums_x86_64 = eb54644218fabd7f48dcdb99656376636ec23ddd49dd1b910d10bdbdd3116fb2
- source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.52.1/VSCodium-linux-arm64-1.52.1.tar.gz
- sha256sums_aarch64 = 5429674d0b57b98f9a7b0a4196ff607b21917e0e38dffafd9015eb33cdd3a4b1
- source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.52.1/VSCodium-linux-armhf-1.52.1.tar.gz
- sha256sums_armv7h = 43243c2c0afed00066072f5f16412d2d7217774ef5cfcc20f6ed08a039251f39
+ source_x86_64 = https://github.com/VSCodium/vscodium/releases/download/1.53.0/VSCodium-linux-x64-1.53.0.tar.gz
+ sha256sums_x86_64 = 131ece3924b406eef62e7241a62247268cfc59e6f427f5e283da0febf6d9629a
+ source_aarch64 = https://github.com/VSCodium/vscodium/releases/download/1.53.0/VSCodium-linux-arm64-1.53.0.tar.gz
+ sha256sums_aarch64 = d56f027e698426314137ddd4b1ec088d4c367f99b36f083a938fdfb4751737af
+ source_armv7h = https://github.com/VSCodium/vscodium/releases/download/1.53.0/VSCodium-linux-armhf-1.53.0.tar.gz
+ sha256sums_armv7h = 48dd7654a2d399a3a9c38e69b3d0697aaf51b87e709d24af88a86fc451c87890
pkgname = vscodium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 06bf4d57b2fb..6cfe10f04477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=vscodium-bin
_pkgname=VSCodium
-pkgver=1.52.1
-pkgrel=2
+pkgver=1.53.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"
@@ -22,9 +22,9 @@ optdepends=(
provides=('codium')
sha256sums=('65e6b053e6d8be61763801312ded64a82cf835d77a6eabe1b9d7eb9e87b2e49b')
-sha256sums_x86_64=('eb54644218fabd7f48dcdb99656376636ec23ddd49dd1b910d10bdbdd3116fb2')
-sha256sums_aarch64=('5429674d0b57b98f9a7b0a4196ff607b21917e0e38dffafd9015eb33cdd3a4b1')
-sha256sums_armv7h=('43243c2c0afed00066072f5f16412d2d7217774ef5cfcc20f6ed08a039251f39')
+sha256sums_x86_64=('131ece3924b406eef62e7241a62247268cfc59e6f427f5e283da0febf6d9629a')
+sha256sums_aarch64=('d56f027e698426314137ddd4b1ec088d4c367f99b36f083a938fdfb4751737af')
+sha256sums_armv7h=('48dd7654a2d399a3a9c38e69b3d0697aaf51b87e709d24af88a86fc451c87890')
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")