summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorŠarūnas2024-01-13 23:04:24 +0200
committerŠarūnas2024-01-13 23:04:24 +0200
commit0b7bd3e273b5c3b20ce711c44f276c2ff5dde6af (patch)
tree5b520679d6ff6c58a1a00e35709afcb1436ee17a /PKGBUILD
parent65b0a4e2f43cca199910d160b62c9873b34964f6 (diff)
downloadaur-0b7bd3e273b5c3b20ce711c44f276c2ff5dde6af.tar.gz
Updated version to 0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 775ce35c52db..1afb5d711f28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Šarūnas Gliebus <ssharunas at vivaldi.net>
pkgname=pgcopydb
-pkgver=0.14
+pkgver=0.15
pkgrel=1
pkgdesc="pgcopydb is a tool that automates running pg_dump | pg_restore between two running Postgres servers"
arch=('any')
@@ -11,7 +11,7 @@ depends=('postgresql-libs')
makedepends=('icu' 'krb5' 'openssl>=1.0.0' 'readline>=6.0' 'pam' 'zlib' 'libxml2' 'libxslt' )
source=(https://github.com/dimitri/pgcopydb/archive/refs/tags/v$pkgver.zip)
-sha1sums=('6557e118a80bb01bdaf9e0c9cb100f88692b8b48')
+sha1sums=('e6419e430b7ef9103736e618fdaa2a07c3b1c09e')
build() {
cd "$pkgname-$pkgver"