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

This commit is contained in:
drone 2023-12-27 21:55:52 +00:00
parent 0ab5d9a447
commit 1b1231d449
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
pkgbase = woodpecker
pkgdesc = Woodpecker is a community fork of the Drone CI system
pkgver = 2.1.0
pkgrel = 2
pkgver = 2.1.1
pkgrel = 1
url = https://woodpecker-ci.org
arch = x86_64
license = Apache
@ -9,7 +9,7 @@ pkgbase = woodpecker
makedepends = git
makedepends = pnpm
options = !lto
source = git+https://github.com/woodpecker-ci/woodpecker.git#tag=v2.1.0
source = git+https://github.com/woodpecker-ci/woodpecker.git#tag=v2.1.1
source = woodpecker-server.service
source = woodpecker-agent.service
source = agent.conf

View File

@ -6,8 +6,8 @@ pkgname=(
'woodpecker-agent'
'woodpecker-cli'
)
pkgver=2.1.0
pkgrel=2
pkgver=2.1.1
pkgrel=1
pkgdesc="Woodpecker is a community fork of the Drone CI system"
arch=('x86_64')
url="https://woodpecker-ci.org"