mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 10:33:18 +01:00
[visual-studio-code-bin] Update to 1.59.1
This commit is contained in:
parent
90486e7b80
commit
d689cb500b
2 changed files with 14 additions and 14 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -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.59.0
|
||||
pkgrel = 2
|
||||
pkgver = 1.59.1
|
||||
pkgrel = 1
|
||||
url = https://code.visualstudio.com/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
@ -31,13 +31,13 @@ pkgbase = visual-studio-code-bin
|
|||
sha256sums = 07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982
|
||||
sha256sums = be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb
|
||||
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
|
||||
source_x86_64 = code_x64_1.59.0.tar.gz::https://update.code.visualstudio.com/1.59.0/linux-x64/stable
|
||||
sha256sums_x86_64 = ae08e5cc7f76b53d2549efb808d80a06ffd74bf613405f654c83e345b45e4192
|
||||
source_i686 = code_ia32_1.59.0.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
source_x86_64 = code_x64_1.59.1.tar.gz::https://update.code.visualstudio.com/1.59.1/linux-x64/stable
|
||||
sha256sums_x86_64 = 9b08d8e8f5e9a0dc143d5849d9de21f40dcb3254c7abc953d28a5d71f3b35744
|
||||
source_i686 = code_ia32_1.59.1.tar.gz::https://update.code.visualstudio.com/latest/linux-ia32/stable
|
||||
sha256sums_i686 = 64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c
|
||||
source_aarch64 = code_arm64_1.59.0.tar.gz::https://update.code.visualstudio.com/1.59.0/linux-arm64/stable
|
||||
sha256sums_aarch64 = 5cc7852547b027b05505ff3f3f5a6bca2043db7444948d37248a38ed86f67386
|
||||
source_armv7h = code_armhf_1.59.0.tar.gz::https://update.code.visualstudio.com/1.59.0/linux-armhf/stable
|
||||
sha256sums_armv7h = 77af17d8355128d68d6c9faaf5c2c9f3608d4df49bb31e5ddcb17741ed943eca
|
||||
source_aarch64 = code_arm64_1.59.1.tar.gz::https://update.code.visualstudio.com/1.59.1/linux-arm64/stable
|
||||
sha256sums_aarch64 = fb7484ebd82c1ef97b918c530710a5a87363ef85818a8cf8402525d78482e148
|
||||
source_armv7h = code_armhf_1.59.1.tar.gz::https://update.code.visualstudio.com/1.59.1/linux-armhf/stable
|
||||
sha256sums_armv7h = 27206a7f1aa5024faef992b4d69eadb8b3359a1fc50bf5dfd86ad91c5404cb1f
|
||||
|
||||
pkgname = visual-studio-code-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.59.0
|
||||
pkgrel=2
|
||||
pkgver=1.59.1
|
||||
pkgrel=1
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
|
||||
url="https://code.visualstudio.com/"
|
||||
|
|
@ -27,10 +27,10 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://update.code.visualstudio.com/la
|
|||
sha256sums=('07909803b0ce5e3412a92a2303e546c970ab48db505d6bf25fbd55dbb8466982'
|
||||
'be3d123aacd575d8f836728266eb421ea70399d713d1fc30378dbc5602b519fb'
|
||||
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6')
|
||||
sha256sums_x86_64=('ae08e5cc7f76b53d2549efb808d80a06ffd74bf613405f654c83e345b45e4192')
|
||||
sha256sums_x86_64=('9b08d8e8f5e9a0dc143d5849d9de21f40dcb3254c7abc953d28a5d71f3b35744')
|
||||
sha256sums_i686=('64360439cc2fa596838062f7e6f9757b79d4b775a564f18bad6cbad154bf850c')
|
||||
sha256sums_aarch64=('5cc7852547b027b05505ff3f3f5a6bca2043db7444948d37248a38ed86f67386')
|
||||
sha256sums_armv7h=('77af17d8355128d68d6c9faaf5c2c9f3608d4df49bb31e5ddcb17741ed943eca')
|
||||
sha256sums_aarch64=('fb7484ebd82c1ef97b918c530710a5a87363ef85818a8cf8402525d78482e148')
|
||||
sha256sums_armv7h=('27206a7f1aa5024faef992b4d69eadb8b3359a1fc50bf5dfd86ad91c5404cb1f')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue