summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhelm Savin2017-05-29 22:20:26 +1200
committerGuilhelm Savin2017-05-29 22:20:26 +1200
commit4f4faa623b05fd3ed0eedb6d9cb6f42e641b9516 (patch)
treea873c6f9cc83a7d6fe598c5a6caefa41c25da574
parent22cde24ee2016ff0f19c1879c20eb8acf1c3af36 (diff)
downloadaur-4f4faa623b05fd3ed0eedb6d9cb6f42e641b9516.tar.gz
Update to 3.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 861e03bb0adb..dafc9f50960a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 3.3.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -16,8 +16,8 @@ pkgbase = platformio
depends = python2-semantic-version
depends = python2-setuptools
conflicts = platformio-git
- source = https://github.com/platformio/platformio-core/archive/v3.3.0.tar.gz
- sha256sums = b5e7481e13c5add5f6efbf44b42e885fe873ec114838519db467fec131b0ce51
+ source = https://github.com/platformio/platformio-core/archive/v3.3.1.tar.gz
+ sha256sums = 6998e85d7a1018281d21ffb3b10b26e1d009a9d70d4516e97a106b9dc6ceab8b
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 9a03ab093aa8..c6757031aa1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=platformio
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -25,7 +25,7 @@ depends=('python2'
'python2-setuptools')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('b5e7481e13c5add5f6efbf44b42e885fe873ec114838519db467fec131b0ce51')
+sha256sums=('6998e85d7a1018281d21ffb3b10b26e1d009a9d70d4516e97a106b9dc6ceab8b')
package() {
cd "$srcdir/platformio-core-$pkgver"