[visual-studio-code-bin] Update to 1.64.0
This commit is contained in:
18
.SRCINFO
18
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = visual-studio-code-bin
|
pkgbase = visual-studio-code-bin
|
||||||
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||||
pkgver = 1.63.2
|
pkgver = 1.64.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
install = visual-studio-code-bin.install
|
install = visual-studio-code-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -35,13 +35,13 @@ pkgbase = visual-studio-code-bin
|
|||||||
sha256sums = 730b9d57a6d5cd91611b01ad2f1f26b1b61c344a72e7d05fb7e27329c5234d4e
|
sha256sums = 730b9d57a6d5cd91611b01ad2f1f26b1b61c344a72e7d05fb7e27329c5234d4e
|
||||||
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
||||||
sha256sums = fb23f8716b87efadf0e4dc2ab60a96b03af90ef944b4475e103b68ebf8f66126
|
sha256sums = fb23f8716b87efadf0e4dc2ab60a96b03af90ef944b4475e103b68ebf8f66126
|
||||||
source_x86_64 = code_x64_1.63.2.tar.gz::https://update.code.visualstudio.com/1.63.2/linux-x64/stable
|
source_x86_64 = code_x64_1.64.0.tar.gz::https://update.code.visualstudio.com/1.64.0/linux-x64/stable
|
||||||
sha256sums_x86_64 = a45264bc2757d763ee3833ae2eb572cced0aba6d2e04346fda9097855470f4ad
|
sha256sums_x86_64 = e8a5168740b002c04087f67225529e2625bd62a26720c6d3bebac7ba466b5f5b
|
||||||
source_i686 = code_ia32_1.63.2.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
source_i686 = code_ia32_1.64.0.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||||
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
||||||
source_aarch64 = code_arm64_1.63.2.tar.gz::https://update.code.visualstudio.com/1.63.2/linux-arm64/stable
|
source_aarch64 = code_arm64_1.64.0.tar.gz::https://update.code.visualstudio.com/1.64.0/linux-arm64/stable
|
||||||
sha256sums_aarch64 = 4240df14ac90568a8cfeb8577982e32855a731baa5efd6897e6e135ce4d5efc9
|
sha256sums_aarch64 = 9ab44312d4429f0b818cd6132a6c37272a20db1f355f8d7a2ee431b4a3986700
|
||||||
source_armv7h = code_armhf_1.63.2.tar.gz::https://update.code.visualstudio.com/1.63.2/linux-armhf/stable
|
source_armv7h = code_armhf_1.64.0.tar.gz::https://update.code.visualstudio.com/1.64.0/linux-armhf/stable
|
||||||
sha256sums_armv7h = c43a2abb11843d13fc59b80a01e88016823c9176fce475544e67fe8b576f595c
|
sha256sums_armv7h = 6c285476207f70b6a2c2ba6823de36a2f3f5e4c80bc385cae4d3fe7d81296ba4
|
||||||
|
|
||||||
pkgname = visual-studio-code-bin
|
pkgname = visual-studio-code-bin
|
||||||
|
|||||||
10
PKGBUILD
10
PKGBUILD
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
pkgname=visual-studio-code-bin
|
pkgname=visual-studio-code-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.63.2
|
pkgver=1.64.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
|
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
@@ -29,10 +29,10 @@ sha256sums=('f0be273247878b66c7d10500718220e3e24abce29f7be94b4e875c3cf21b8a3b'
|
|||||||
'730b9d57a6d5cd91611b01ad2f1f26b1b61c344a72e7d05fb7e27329c5234d4e'
|
'730b9d57a6d5cd91611b01ad2f1f26b1b61c344a72e7d05fb7e27329c5234d4e'
|
||||||
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6'
|
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6'
|
||||||
'fb23f8716b87efadf0e4dc2ab60a96b03af90ef944b4475e103b68ebf8f66126')
|
'fb23f8716b87efadf0e4dc2ab60a96b03af90ef944b4475e103b68ebf8f66126')
|
||||||
sha256sums_x86_64=('a45264bc2757d763ee3833ae2eb572cced0aba6d2e04346fda9097855470f4ad')
|
sha256sums_x86_64=('e8a5168740b002c04087f67225529e2625bd62a26720c6d3bebac7ba466b5f5b')
|
||||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||||
sha256sums_aarch64=('4240df14ac90568a8cfeb8577982e32855a731baa5efd6897e6e135ce4d5efc9')
|
sha256sums_aarch64=('9ab44312d4429f0b818cd6132a6c37272a20db1f355f8d7a2ee431b4a3986700')
|
||||||
sha256sums_armv7h=('c43a2abb11843d13fc59b80a01e88016823c9176fce475544e67fe8b576f595c')
|
sha256sums_armv7h=('6c285476207f70b6a2c2ba6823de36a2f3f5e4c80bc385cae4d3fe7d81296ba4')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user