upgpkg: plugin-git 2.5.2-1

upstream release
This commit is contained in:
Anthony Wang 2024-07-26 16:55:06 +00:00
parent 354b50af5e
commit 3816c762d1
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
pkgdesc = Woodpecker plugin for cloning Git repositories
pkgver = 2.5.1
pkgver = 2.5.2
pkgrel = 1
url = https://github.com/woodpecker-ci/plugin-git
arch = any
@ -11,7 +11,7 @@ pkgbase = plugin-git
depends = openssh
depends = curl
depends = git-lfs
source = plugin-git-2.5.1.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.5.1.tar.gz
sha256sums = 7ca56d6954239100466e91f8f9d16f7f77ed21f9aa460938d2846e505ef603b9
source = plugin-git-2.5.2.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.5.2.tar.gz
sha256sums = def46c56ddbb4639edace00412ecc642e5800cbcebffcacbe50e94841117a180
pkgname = plugin-git

View file

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