summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Wang2024-01-28 00:38:55 +0000
committerAnthony Wang2024-01-28 00:38:55 +0000
commit9aa434a8541d62e59beb9341d26d4ddfccc8bde0 (patch)
treecb6270f16a9dfba688bc04b6fcc88bd0f596f09b /PKGBUILD
parentcfb8b43dd4d29d4ca9ada3526f439332028f70e8 (diff)
downloadaur-plugin-git.tar.gz
upgpkg: plugin-git 2.5.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 701b687c3ea7..6a465d7b4166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anthony Wang <a aat exozy doot me>
pkgname=plugin-git
-pkgver=2.4.0
+pkgver=2.5.0
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=('d3d194fddeaf9677edeb9327a7e9682530b33bb59dd611ef7e1a5508332962d6')
+sha256sums=('5056ede5942d8b404449804ad10295fc6a988e8efeef3c5f8540eccf0f605d29')
build() {
cd "$pkgname-$pkgver"