[visual-studio-code-bin] Fix desktop file checksum

This commit is contained in:
D. Can Celasun
2025-04-04 09:47:28 +01:00
parent 7023f2b3a5
commit cc3fa8f559
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = visual-studio-code-bin
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.99.0
pkgrel = 1
pkgrel = 2
url = https://code.visualstudio.com/
install = visual-studio-code-bin.install
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = visual-studio-code-bin
source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.0/resources/linux/code-url-handler.desktop
source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.99.0/resources/linux/code-workspace.xml
source = visual-studio-code-bin.sh
sha256sums = dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745
sha256sums = 2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e
sha256sums = c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b
sha256sums = 3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe

View File

@@ -3,7 +3,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.99.0
pkgrel=1
pkgrel=2
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/"
@@ -30,7 +30,7 @@ source_x86_64=(code_x64_${pkgver}.tar.gz::https://update.code.visualstudio.com/$
source_aarch64=(code_arm64_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-arm64/stable)
source_armv7h=(code_armhf_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-armhf/stable)
sha256sums=('dc64d1c6bb4a0cb2aae24dcd2d742178428f2849dab60074194e5603d32be745'
sha256sums=('2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e'
'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b'
'3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf'
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')