upgpkg: plugin-git 2.1.2-1

This commit is contained in:
Anthony Wang 2023-09-14 01:16:58 +00:00
parent f0dd591102
commit 54cef38d6e
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.1.1
pkgver = 2.1.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.1.1.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.1.1.tar.gz
sha256sums = ff40aaa13d170585471e1c004e92aee0c15cea6a135e78624d293f2c1fc891ea
source = plugin-git-2.1.2.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.1.2.tar.gz
sha256sums = 9c8920fa0a6331cca35bd211f8fc062f58ab26d38d1c513cb691d2003f3b99d4
pkgname = plugin-git

View file

@ -1,7 +1,7 @@
# Maintainer: Anthony Wang <a aat exozy doot me>
pkgname=plugin-git
pkgver=2.1.1
pkgver=2.1.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=('ff40aaa13d170585471e1c004e92aee0c15cea6a135e78624d293f2c1fc891ea')
sha256sums=('9c8920fa0a6331cca35bd211f8fc062f58ab26d38d1c513cb691d2003f3b99d4')
build() {
cd "$pkgname-$pkgver"