summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2020-04-29 11:53:23 +0200
committerJake2020-04-29 11:53:23 +0200
commitfa136f506254be4fc91347de61e4245cc44d060e (patch)
tree5c7358d0561a532b9c686b37d190c785ad83abc7
parent0d9ed8e2a5a71bd128b85b948278c93db4481fda (diff)
downloadaur-fa136f506254be4fc91347de61e4245cc44d060e.tar.gz
Update to 4.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39dbd6aac53e..8c910b1faacb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 4.3.2
+ pkgver = 4.3.3
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -16,8 +16,8 @@ pkgbase = platformio
depends = python-pyelftools
depends = python-marshmallow
conflicts = platformio-git
- source = https://github.com/platformio/platformio-core/archive/v4.3.2.tar.gz
- sha256sums = d63e8b681d99a7a830dd85a6931051ecdd501b21459624ae932349528550cc33
+ source = https://github.com/platformio/platformio-core/archive/v4.3.3.tar.gz
+ sha256sums = 883d2d41a0b711c84ef95b844e16abe1ab8cef3888673e4f123ae52eb725e170
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index a655148a9919..ffe6b5031916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=4.3.2
+pkgver=4.3.3
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -26,7 +26,7 @@ depends=('python-setuptools'
'python-marshmallow')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('d63e8b681d99a7a830dd85a6931051ecdd501b21459624ae932349528550cc33')
+sha256sums=('883d2d41a0b711c84ef95b844e16abe1ab8cef3888673e4f123ae52eb725e170')
package() {
cd "$srcdir/platformio-core-$pkgver"