upgpkg: plugin-git 2.6.0-1
upstream release
This commit is contained in:
parent
b85c400511
commit
6c2df72087
2 changed files with 5 additions and 5 deletions
|
@ -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.5.2
|
pkgver = 2.6.0
|
||||||
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.5.2.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.5.2.tar.gz
|
source = plugin-git-2.6.0.tar.gz::https://github.com/woodpecker-ci/plugin-git/archive/2.6.0.tar.gz
|
||||||
sha256sums = def46c56ddbb4639edace00412ecc642e5800cbcebffcacbe50e94841117a180
|
sha256sums = 874a543eaf5f556ac0bcd03d0aaa1220ae395bd6cf5f783d154f9badc066b5af
|
||||||
|
|
||||||
pkgname = plugin-git
|
pkgname = plugin-git
|
||||||
|
|
|
@ -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.5.2
|
pkgver=2.6.0
|
||||||
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=('def46c56ddbb4639edace00412ecc642e5800cbcebffcacbe50e94841117a180')
|
sha256sums=('874a543eaf5f556ac0bcd03d0aaa1220ae395bd6cf5f783d154f9badc066b5af')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue