summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorashka2021-08-26 09:35:23 +0200
committerashka2021-08-26 09:35:23 +0200
commita4729257189530c9e65225b67aa494fab0361512 (patch)
treec8fa8bbc490987e46de89bd814f2a169f66351d3 /PKGBUILD
parent32789f2d1a742fb5f29c5aeb1bed7772208e8023 (diff)
downloadaur-a4729257189530c9e65225b67aa494fab0361512.tar.gz
v4.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73c1ed65befa..2568e82a7bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: ashka <aur AT ashka DOT me>
pkgname=crunchy-postgresql-operator-bin
-pkgver=4.7.0
+pkgver=4.7.2
pkgrel=1
pkgdesc="Crunchydata PostgreSQL Kubernetes operator"
arch=('x86_64')
url="https://github.com/CrunchyData/postgres-operator"
license=('Apache')
source=("https://github.com/CrunchyData/postgres-operator/releases/download/v${pkgver}/pgo")
-md5sums=('4c0395782f5bfc10b24c817fc9967f60')
+md5sums=('46898b915a209d9fd44d7402e56956ac')
package() {
install -Dm755 "${srcdir}/pgo" "${pkgdir}/usr/bin/pgo"