2 Commits

Author SHA1 Message Date
012a8f3561 fix: bump release version
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2025-02-22 21:15:46 +01:00
0617071925 chore(ci): wrong repo trigger
All checks were successful
continuous-integration/drone/push Build is passing
2025-02-22 21:14:19 +01:00
3 changed files with 4 additions and 4 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 = 1
pkgrel = 2
url = https://github.com/jcodybaker/shellyctl
arch = armv7h
arch = aarch64

View File

@ -62,7 +62,7 @@ steps:
image: docker.io/appleboy/drone-git-push:1.1.1
settings:
branch: master
remote: ssh://aur@aur.archlinux.org/prometheus-x509-certificate-exporter.git
remote: ssh://aur@aur.archlinux.org/shellyctl.git
force: false
commit: false
ssh_key:
@ -94,4 +94,4 @@ trigger:
event:
- tag
repo:
- volker.raschek/prometheus-x509-certificate-exporter-pkg
- volker.raschek/shellyctl-pkg

View File

@ -2,7 +2,7 @@
pkgname=shellyctl
pkgver=0.4.0 # renovate: datasource=github-releases depName=jcodybaker/shellyctl
pkgrel=1
pkgrel=2
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"