upgpkg: plugin-git 2.3.1-1

upstream release
This commit is contained in:
Anthony Wang 2023-11-15 22:09:18 +00:00
parent 78fc53fd20
commit b877596b9e
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = plugin-git pkgbase = plugin-git
pkgdesc = Woodpecker plugin for cloning Git repositories pkgdesc = Woodpecker plugin for cloning Git repositories
pkgver = 2.2.0 pkgver = 2.3.1
pkgrel = 1 pkgrel = 1
url = https://github.com/woodpecker-ci/plugin-git url = https://github.com/woodpecker-ci/plugin-git
arch = any arch = any
@ -11,7 +11,7 @@ pkgbase = plugin-git
depends = openssh depends = openssh
depends = curl depends = curl
depends = git-lfs depends = git-lfs
source = plugin-git-2.2.0.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.2.0.tar.gz source = plugin-git-2.3.1.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.3.1.tar.gz
sha256sums = aa4efedd46db11c73b2c5ab98920c30312781d64b242d6144f7dfcf9955bcd6a sha256sums = 840a65158c1fe8e0a341cab5485051135cd413e1e29a64028f62bf438ff73661
pkgname = plugin-git pkgname = plugin-git

View file

@ -1,7 +1,7 @@
# Maintainer: Anthony Wang <a aat exozy doot me> # Maintainer: Anthony Wang <a aat exozy doot me>
pkgname=plugin-git pkgname=plugin-git
pkgver=2.2.0 pkgver=2.3.1
pkgrel=1 pkgrel=1
pkgdesc="Woodpecker plugin for cloning Git repositories" pkgdesc="Woodpecker plugin for cloning Git repositories"
arch=(any) arch=(any)
@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go') makedepends=('go')
depends=('glibc' 'git' 'openssh' 'curl' 'git-lfs') depends=('glibc' 'git' 'openssh' 'curl' 'git-lfs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/woodpecker-ci/$pkgname/archive/$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/woodpecker-ci/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('aa4efedd46db11c73b2c5ab98920c30312781d64b242d6144f7dfcf9955bcd6a') sha256sums=('840a65158c1fe8e0a341cab5485051135cd413e1e29a64028f62bf438ff73661')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"