Skip to content

Commit

Permalink
meshtastic-python: update to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass committed Nov 2, 2024
1 parent ee77161 commit 5885196
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions meshtastic-python/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = meshtastic-python
pkgdesc = Python CLI and API for talking to Meshtastic devices
pkgver = 2.5.3
pkgver = 2.5.4
pkgrel = 1
url = https://github.com/meshtastic/python/
arch = any
Expand All @@ -24,7 +24,7 @@ pkgbase = meshtastic-python
depends = python-tabulate
depends = python-timeago
optdepends = python-pytap2: TUN tunnel support
source = meshtastic-python-2.5.3.tar.gz::https://github.com/meshtastic/python/archive/refs/tags/2.5.3.tar.gz
sha256sums = c02d0e88710c1e859c00dcdddb8edace6a919d79a7034ff5133013486674ec1e
source = meshtastic-python-2.5.4.tar.gz::https://github.com/meshtastic/python/archive/refs/tags/2.5.4.tar.gz
sha256sums = 3bb813cc7e80471ac326c1fbe0d2ca9214c3d5d934531855d83c4ae09a5549c1

pkgname = meshtastic-python
4 changes: 2 additions & 2 deletions meshtastic-python/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=meshtastic-python
_name=python
pkgver=2.5.3
pkgver=2.5.4
pkgrel=1
pkgdesc="Python CLI and API for talking to Meshtastic devices"
arch=('any')
Expand All @@ -18,7 +18,7 @@ makedepends=(python-build python-installer python-poetry-core python-wheel)
depends=(python-bleak python-dotmap python-protobuf python-pexpect python-print-color python-pypubsub python-pyqrcode python-pyserial python-pyyaml python-requests python-setuptools python-tabulate python-timeago)
optdepends=('python-pytap2: TUN tunnel support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/meshtastic/python/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('c02d0e88710c1e859c00dcdddb8edace6a919d79a7034ff5133013486674ec1e')
sha256sums=('3bb813cc7e80471ac326c1fbe0d2ca9214c3d5d934531855d83c4ae09a5549c1')

build() {
cd "$_name-$pkgver"
Expand Down
6 changes: 3 additions & 3 deletions nvchecker.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
"version": "0.7.4"
},
"meshtastic-python": {
"version": "2.5.3",
"gitref": "refs/tags/2.5.3",
"url": "https://github.com/meshtastic/python/releases/tag/2.5.3"
"version": "2.5.4",
"gitref": "refs/tags/2.5.4",
"url": "https://github.com/meshtastic/python/releases/tag/2.5.4"
},
"mp-sonivoxeas": {
"version": "v2.1.0",
Expand Down

0 comments on commit 5885196

Please sign in to comment.