summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2024-02-13 01:44:12 +0100
committerChristopher Arndt2024-02-13 01:44:12 +0100
commitc7b0c5030754d74fb414f21727fcf6f772ce77e4 (patch)
treebb356480f6553be3cd891ea757dca65a782d81ed /PKGBUILD
parent2d702fe468b024606dec49ddabde29c440889026 (diff)
downloadaur-rshell.tar.gz
New upstream version 0.0.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b661e4603765..a9e000b83802 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jannik Becher <becher.jannik@gmail.com>
pkgname=rshell
-pkgver=0.0.31
+pkgver=0.0.32
pkgrel=1
pkgdesc="A remote shell for working with MicroPython boards."
url="https://github.com/dhylands/rshell"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7942b758a9ae5c6ff46516b0317f437dfce9f0721f3a3b635ebd501c9cd38fb9')
+sha256sums=('7eb230676d49cd5831452f8aa2e0630d284708fd650a8530c324b2da8146709f')
build() {
cd "$srcdir/${pkgname}-${pkgver}"