makedeb
Free/Libre open source software binaries for VSCode
Click here to go back to the commit logs for vscodium-bin.
Hash: 13afb335cc931a4b518318fd3df0167e6d3acd40
Message: update the pkgver
diff --git a/.SRCINFO b/.SRCINFO
index e3258ec..db22b70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = vscodium-bin
pkgbase = vscodium-bin
pkgdesc = Free/Libre open source software binaries for VSCode
pkgrel = 1
-pkgver = 1.75.0.23033
+pkgver = 1.75.0.23040
arch = amd64
conflicts = visual-studio-codium
depends = ca-certificates
@@ -48,6 +48,6 @@ depends = libxrandr2
depends = xdg-utils>=1.0.2
optdepends = libvulkan1
replaces = visual-studio-codium
-source = https://github.com/VSCodium/vscodium/releases/download/1.75.0.23033/codium_1.75.0.23033_amd64.deb
-sha256sums = ba3af67d5b763e263d20cfb622b5f51004e369b416188ddf90b9531dbb85c3bc
+source = https://github.com/VSCodium/vscodium/releases/download/1.75.0.23040/codium_1.75.0.23040_amd64.deb
+sha256sums = d1dcff48c45e4866b73b90c58f32f8c1f95a797d6fd9abb584f9b914a8f84390
optdepends = libvulkan1
diff --git a/PKGBUILD b/PKGBUILD
index 968eb3c..38e5571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Heus-Sueh <matheussilvademouraxd@gmail.com>
pkgname=vscodium-bin
-pkgver=1.75.0.23033
+pkgver=1.75.0.23040
pkgrel=1
pkgdesc="Free/Libre open source software binaries for VSCode"
arch=('amd64')
@@ -50,9 +50,12 @@ optdepends=(
'libvulkan1'
)
conflicts=('visual-studio-codium')
+
replaces=('visual-studio-codium')
+
source=("https://github.com/VSCodium/vscodium/releases/download/${pkgver}/codium_${pkgver}_amd64.deb")
-sha256sums=('ba3af67d5b763e263d20cfb622b5f51004e369b416188ddf90b9531dbb85c3bc')
+
+sha256sums=('d1dcff48c45e4866b73b90c58f32f8c1f95a797d6fd9abb584f9b914a8f84390')
# extracting the .deb
package() {