diff options
author | D. Can Celasun | 2017-08-04 21:07:05 +0200 |
---|---|---|
committer | D. Can Celasun | 2017-08-04 21:07:05 +0200 |
commit | b1945dfe8ce66e9666febee642dc0fcafef43cf5 (patch) | |
tree | 19c284ed4518f293fca9412b5ad0bc1fef92dc58 | |
parent | 3d645b9cb5be6533eec195446f4ba6043c193a8d (diff) | |
download | aur-b1945dfe8ce66e9666febee642dc0fcafef43cf5.tar.gz |
Switch to sha256 checksums to match upstream
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Fri Jul 21 04:26:08 UTC 2017 +# Fri Aug 4 19:06:10 UTC 2017 pkgbase = visual-studio-code pkgdesc = Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version) pkgver = 1.14.2 @@ -23,12 +23,12 @@ pkgbase = visual-studio-code provides = vscode,visualstudiocode source_x86_64 = code_x64_1.14.2.tar.gz::https://vscode-update.azurewebsites.net/1.14.2/linux-x64/stable source_x86_64 = visual-studio-code.desktop - md5sums_x86_64 = d644bc6d2c2da2800cbe91c7af8a4219 - md5sums_x86_64 = b5d0d40f5f22b4efb0b3d05c287f8704 + sha256sums_x86_64 = 4a4efc7d51501058737056e063bd31da35fffa5dd340ceb80d57ec108ab169d9 + sha256sums_x86_64 = 5356b29fb55568e420ee0eb32a0ce0715cd0c6b06c08caf7d844a92abab0be41 source_i686 = code_ia32_1.14.2.tar.gz::https://vscode-update.azurewebsites.net/1.14.2/linux-ia32/stable source_i686 = visual-studio-code.desktop - md5sums_i686 = 13dc0b6dafb6fa32fcf99c8eacc728b7 - md5sums_i686 = b5d0d40f5f22b4efb0b3d05c287f8704 + sha256sums_i686 = ed87e176a33ba48c6ec161d944d943ddb2aea8766dd57a4ac2359ee11fc74d51 + sha256sums_i686 = 5356b29fb55568e420ee0eb32a0ce0715cd0c6b06c08caf7d844a92abab0be41 pkgname = visual-studio-code @@ -15,10 +15,6 @@ source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.ne source_i686=(code_ia32_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-ia32/stable ${pkgname}.desktop ) -md5sums_x86_64=('d644bc6d2c2da2800cbe91c7af8a4219' - 'b5d0d40f5f22b4efb0b3d05c287f8704') -md5sums_i686=('13dc0b6dafb6fa32fcf99c8eacc728b7' - 'b5d0d40f5f22b4efb0b3d05c287f8704') package() { _pkg=VSCode-linux-x64 if [ "${CARCH}" = "i686" ]; then @@ -38,3 +34,7 @@ package() { cp -r "${srcdir}/${_pkg}/"* "${pkgdir}/opt/${pkgname}" -R ln -s /opt/${pkgname}/bin/code "${pkgdir}"/usr/bin/code } +sha256sums_x86_64=('4a4efc7d51501058737056e063bd31da35fffa5dd340ceb80d57ec108ab169d9' + '5356b29fb55568e420ee0eb32a0ce0715cd0c6b06c08caf7d844a92abab0be41') +sha256sums_i686=('ed87e176a33ba48c6ec161d944d943ddb2aea8766dd57a4ac2359ee11fc74d51' + '5356b29fb55568e420ee0eb32a0ce0715cd0c6b06c08caf7d844a92abab0be41') |