summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2022-11-01 20:16:42 +0100
committerJake2022-11-01 20:16:42 +0100
commitf9d79440631aaa21ed873cc362fbf38d4b3dd3c2 (patch)
tree9b209aa9b7c0ae7008d8b43d7687ddcb696da634
parent4021812a953b207abe6aa35a3e6211c5e520b326 (diff)
downloadaur-f9d79440631aaa21ed873cc362fbf38d4b3dd3c2.tar.gz
Update: platformio 6.1.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7c2df7c5c07..9598a373782b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 6.1.4
+ pkgver = 6.1.5
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -24,8 +24,8 @@ pkgbase = platformio
optdepends = python-click-completion: for shell completions
optdepends = python-shellingham: for shell completions
conflicts = platformio-git
- source = https://github.com/platformio/platformio-core/archive/v6.1.4.tar.gz
- sha256sums = aa23792fd9055cc08115f3fc5a80a3d6cb0551bdcad2a703bc4d556a5423beed
+ source = https://github.com/platformio/platformio-core/archive/v6.1.5.tar.gz
+ sha256sums = a0a69354fb5f773e31a23b029bee21923296b8292dda97ee85229bfaade4ce28
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index bab7f560119e..7cb7804beeab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=('platformio' 'platformio-udev-rules')
-pkgver=6.1.4
+pkgver=6.1.5
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -36,7 +36,7 @@ optdepends=('python-click-completion: for shell completions'
'python-shellingham: for shell completions')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('aa23792fd9055cc08115f3fc5a80a3d6cb0551bdcad2a703bc4d556a5423beed')
+sha256sums=('a0a69354fb5f773e31a23b029bee21923296b8292dda97ee85229bfaade4ce28')
package_platformio() {
cd "$srcdir/platformio-core-$pkgver"