drone-runner-docker: update to 1.8.3 [CI SKIP]

This commit is contained in:
drone 2023-01-06 19:11:39 +00:00
parent 2dd3613977
commit 8883c5aaf1
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
pkgbase = drone-runner-docker
pkgdesc = Drone pipeline runner that executes builds inside Docker containers
pkgver = 1.8.2
pkgrel = 2
pkgver = 1.8.3
pkgrel = 1
url = https://drone.io
arch = x86_64
license = custom
@ -10,7 +10,7 @@ pkgbase = drone-runner-docker
depends = docker
options = !lto
backup = etc/drone/agent
source = git+https://github.com/drone-runners/drone-runner-docker.git#tag=v1.8.2
source = git+https://github.com/drone-runners/drone-runner-docker.git#tag=v1.8.3
source = drone-agent.service
source = agent.conf
sha256sums = SKIP

View file

@ -1,7 +1,7 @@
# Maintainer: Sl@ny <webmaster [at] slany [dot] work>
pkgname=drone-runner-docker
pkgver=1.8.2
pkgrel=2
pkgver=1.8.3
pkgrel=1
pkgdesc='Drone pipeline runner that executes builds inside Docker containers'
arch=('x86_64')
url="https://drone.io"