woodpecker: update to 1.0.3 [CI SKIP]
All checks were successful
ci/woodpecker/cron/woodpecker Pipeline was successful

This commit is contained in:
drone 2023-10-16 00:01:03 +00:00
parent 492552bd9c
commit a1bb23a6fe
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = woodpecker
pkgdesc = Woodpecker is a community fork of the Drone CI system
pkgver = 1.0.2
pkgver = 1.0.3
pkgrel = 1
url = https://woodpecker-ci.org
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = woodpecker
makedepends = nodejs-lts-hydrogen
makedepends = npm
options = !lto
source = git+https://github.com/woodpecker-ci/woodpecker.git#tag=v1.0.2
source = git+https://github.com/woodpecker-ci/woodpecker.git#tag=v1.0.3
source = woodpecker-server.service
source = woodpecker-agent.service
source = agent.conf

View File

@ -6,7 +6,7 @@ pkgname=(
'woodpecker-agent'
'woodpecker-cli'
)
pkgver=1.0.2
pkgver=1.0.3
pkgrel=1
pkgdesc="Woodpecker is a community fork of the Drone CI system"
arch=('x86_64')