summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Hansen2017-04-29 15:01:22 -0700
committerMichael Hansen2017-04-29 15:01:22 -0700
commit69c87e19a6e5a47e807ebc281fbd994cbfd97752 (patch)
tree40f0e5c029808b37d06d8fa3b79b9781f78a24e6 /PKGBUILD
parent5c2c38cc4a46ba048c3cf4b2be9e30ae678346c7 (diff)
downloadaur-69c87e19a6e5a47e807ebc281fbd994cbfd97752.tar.gz
Fix unintentionally changed checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56939a9e6f7f..19cf26290cd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ source=("vscode::git+https://github.com/Microsoft/vscode#commit=${_commit}"
"${pkgname}.desktop")
sha256sums=('SKIP'
'8b2feded3382e5bf6b5b292c14083bfc536c05cd00f3235dd22b75b67fba134d'
- 'b788b1d8277a03e7935ab3aad7941339378f2ebdfd9b14ccd835e31ae131a132')
+ 'f853d7d998251223b0516928a2189e1e68a312bd732f18dc8d59892659beeae9')
if (( VSCODE_NONFREE )); then
source+=('product_json.patch')