summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2022-09-06 18:37:05 -0400
committerMario Finelli2022-09-06 18:37:05 -0400
commit0cb5463158f323e799de9105f560de634221fa61 (patch)
treea7074223af1246b02cd514664f994b1015647c0e /PKGBUILD
parent0d6afcde9f9ebc144a036a50be79f5eceb96e1af (diff)
downloadaur-0cb5463158f323e799de9105f560de634221fa61.tar.gz
upgpkg: capistrano 3.17.1-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 9a475684a44a..66d8f60950d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mario Finelli <mario at finel dot li>
pkgname=capistrano
-pkgver=3.16.0
+pkgver=3.17.1
pkgrel=1
pkgdesc="A remote server automation and deployment tool written in Ruby"
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(ruby ruby-rake ruby-sshkit ruby-i18n ruby-airbrussh)
makedepends=(git ruby-rdoc rubygems)
options=(!emptydirs)
-source=(git+https://github.com/capistrano/capistrano.git?tag=v${pkgver})
+source=(git+https://github.com/capistrano/capistrano.git#tag=v${pkgver})
sha256sums=('SKIP')
prepare() {