diff options
author | D. Can Celasun | 2017-01-15 19:37:16 +0100 |
---|---|---|
committer | D. Can Celasun | 2017-01-15 19:37:16 +0100 |
commit | f2ae9946960c48139a281aef4c23229cf6b232c6 (patch) | |
tree | 0eb7abc11aed1a3881b65e017ef4983322133718 | |
parent | 337e257669f366fcbef711fb3fed8266f937848e (diff) | |
download | aur-f2ae9946960c48139a281aef4c23229cf6b232c6.tar.gz |
Fix checksums
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sun Jan 15 18:35:21 UTC 2017 +# Sun Jan 15 18:37:08 UTC 2017 pkgbase = visual-studio-code pkgdesc = Editor for building and debugging modern web and cloud applications (official binary version) pkgver = 1.8.1 - pkgrel = 2 + pkgrel = 3 url = https://code.visualstudio.com/ arch = x86_64 arch = i686 @@ -24,11 +24,11 @@ pkgbase = visual-studio-code source_x86_64 = code_x64_1.8.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-x64/stable source_x86_64 = visual-studio-code.desktop md5sums_x86_64 = 87ba1a58c33100e0184e1deb7c599c11 - md5sums_x86_64 = 89eb024d17221e5c92c99c390eaf92ce + md5sums_x86_64 = b5d0d40f5f22b4efb0b3d05c287f8704 source_i686 = code_ia32_1.8.1.tar.gz::https://vscode-update.azurewebsites.net/latest/linux-ia32/stable source_i686 = visual-studio-code.desktop md5sums_i686 = 5a0145f7df69d92cbc1657672ec5d38e - md5sums_i686 = 89eb024d17221e5c92c99c390eaf92ce + md5sums_i686 = b5d0d40f5f22b4efb0b3d05c287f8704 pkgname = visual-studio-code @@ -2,7 +2,7 @@ pkgname=visual-studio-code pkgver=1.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="Editor for building and debugging modern web and cloud applications (official binary version)" arch=('x86_64' 'i686') url="https://code.visualstudio.com/" @@ -16,9 +16,9 @@ source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net ${pkgname}.desktop ) md5sums_x86_64=('87ba1a58c33100e0184e1deb7c599c11' - '89eb024d17221e5c92c99c390eaf92ce') + 'b5d0d40f5f22b4efb0b3d05c287f8704') md5sums_i686=('5a0145f7df69d92cbc1657672ec5d38e' - '89eb024d17221e5c92c99c390eaf92ce') + 'b5d0d40f5f22b4efb0b3d05c287f8704') package() { _pkg=VSCode-linux-x64 if [ "${CARCH}" = "i686" ]; then |