diff options
-rw-r--r-- | testing/platformio-core/APKBUILD (renamed from testing/platformio/APKBUILD) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/platformio/APKBUILD b/testing/platformio-core/APKBUILD index f6a422ef9f..9bc92d36c5 100644 --- a/testing/platformio/APKBUILD +++ b/testing/platformio-core/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: -pkgname=platformio -pkgver=3.1.0 +pkgname=platformio-core +pkgver=3.2.1 pkgrel=0 pkgdesc="An open source ecosystem for IoT development" url="http://platformio.org" @@ -12,7 +12,7 @@ depends="python py-bottle py-click5 py-lockfile py-serial makedepends="python-dev py-setuptools" install="" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/platformio/platformio-core/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -31,6 +31,6 @@ package() { } -md5sums="ff7a342dacdf212d77b85e5ed277baf8 platformio-3.1.0.tar.gz" -sha256sums="80b22f4322904648ea4b355935ea9315cfd765c3286022b54b75227e1be03d83 platformio-3.1.0.tar.gz" -sha512sums="12469a5e9765817d5203577235a8d7a12d8b9fd21281d18507d4d4229f1f1852650436136c0a60073f01e76d2d51813e1448e3a8e73bbd956ab7c8520cc21657 platformio-3.1.0.tar.gz" +md5sums="dc2a1aedef6a225a42722abe104d315d platformio-core-3.2.1.tar.gz" +sha256sums="5a85e60afc28b4ee04b43efd90c77f69b6c6ff96829e1b8750aa52143bca6eb2 platformio-core-3.2.1.tar.gz" +sha512sums="4edac4cfcfe0e51d15db319d5bde95fcbf952d9a3ecb8da34ff7fd00177255658493a5e8fda118c92dce68a039b829e63824813ef77c4ca106d7346bfe3ce348 platformio-core-3.2.1.tar.gz" |