Skip to content

Commit

Permalink
meshtastic-python: update to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellass committed Aug 22, 2024
1 parent ae6d4e2 commit 206fdd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 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.3.15
pkgver = 2.4.0
pkgrel = 1
url = https://github.com/meshtastic/python/
arch = any
Expand All @@ -24,9 +24,9 @@ pkgbase = meshtastic-python
depends = python-tabulate
depends = python-timeago
optdepends = python-pytap2: TUN tunnel support
source = meshtastic-python-2.3.15.tar.gz::https://github.com/meshtastic/python/archive/refs/tags/2.3.15.tar.gz
source = https://github.com/meshtastic/python/commit/a8d86dee2db53c60e701b17b37f0943dfb0e19c3.patch
sha256sums = 0929f43162bb7c6dc536836e2f02f5ff2b906da2ea3814daeb1f519eac10a233
sha256sums = d80079d5a7a857fa512fa1dc58fb8829fa4bfbeff1f225d27e491c6066d40939
source = meshtastic-python-2.4.0.tar.gz::https://github.com/meshtastic/python/archive/refs/tags/2.4.0.tar.gz
source = https://github.com/meshtastic/python/commit/3335b3d6514f4f52eb7004abfcc66d30bc4172aa.patch
sha256sums = afd2952124a0a9514254f8cda95a0fd45e798fe8b4e1d8f281162cdd9ebcbc51
sha256sums = a438836efb3367d61f603dc9588f795555f6cc5e2796c274acfecc0d2419bacb

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

pkgname=meshtastic-python
_name=python
_verbump=a8d86dee2db53c60e701b17b37f0943dfb0e19c3
pkgver=2.3.15
_verbump=3335b3d6514f4f52eb7004abfcc66d30bc4172aa
pkgver=2.4.0
pkgrel=1
pkgdesc="Python CLI and API for talking to Meshtastic devices"
arch=('any')
Expand All @@ -21,8 +21,8 @@ optdepends=('python-pytap2: TUN tunnel support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/meshtastic/python/archive/refs/tags/${pkgver}.tar.gz"
"https://github.com/meshtastic/python/commit/${_verbump}.patch"
)
sha256sums=('0929f43162bb7c6dc536836e2f02f5ff2b906da2ea3814daeb1f519eac10a233'
'd80079d5a7a857fa512fa1dc58fb8829fa4bfbeff1f225d27e491c6066d40939')
sha256sums=('afd2952124a0a9514254f8cda95a0fd45e798fe8b4e1d8f281162cdd9ebcbc51'
'a438836efb3367d61f603dc9588f795555f6cc5e2796c274acfecc0d2419bacb')

prepare() {
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 @@ -80,9 +80,9 @@
"version": "0.7.4"
},
"meshtastic-python": {
"version": "2.3.15",
"gitref": "refs/tags/2.3.15",
"url": "https://github.com/meshtastic/python/releases/tag/2.3.15"
"version": "2.4.0",
"gitref": "refs/tags/2.4.0",
"url": "https://github.com/meshtastic/python/releases/tag/2.4.0"
},
"mp-sonivoxeas": {
"version": "v2.1.0",
Expand Down

0 comments on commit 206fdd6

Please sign in to comment.