summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829f2966ac1c..6c9609d3567c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = platformio
depends = python2-setuptools
conflicts = platformio-git
source = https://github.com/platformio/platformio-core/archive/v3.6.3.tar.gz
- sha256sums = 600fba225eddd73f76426a05c23f257bea94e76ec75cf8b67a8ccd5a5dbb645d
+ sha256sums = dc6316cf6eaa03594ce7f82c5e42fd46bb92cf46af4bdb52fd6dc429badc030e
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index e024c2760f7d..0ecfc5d72d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ depends=('python2'
'python2-setuptools')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('600fba225eddd73f76426a05c23f257bea94e76ec75cf8b67a8ccd5a5dbb645d')
+sha256sums=('dc6316cf6eaa03594ce7f82c5e42fd46bb92cf46af4bdb52fd6dc429badc030e')
package() {
cd "$srcdir/platformio-core-$pkgver"