fix: bump release version
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Markus Pesch 2025-02-22 22:45:56 +01:00
parent 012a8f3561
commit 2be6b7a7fd
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = shellyctl
pkgdesc = shellyctl is an unofficial command line client for the Shelly Gen2/3 API.
pkgver = 0.4.0
pkgrel = 2
pkgrel = 3
url = https://github.com/jcodybaker/shellyctl
arch = armv7h
arch = aarch64

View File

@ -2,7 +2,7 @@
pkgname=shellyctl
pkgver=0.4.0 # renovate: datasource=github-releases depName=jcodybaker/shellyctl
pkgrel=2
pkgrel=3
pkgdesc="shellyctl is an unofficial command line client for the Shelly Gen2/3 API. "
arch=('armv7h' 'aarch64' 'x86_64')
url="https://github.com/jcodybaker/$pkgname"