summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorashka2021-10-12 18:18:24 +0200
committerashka2021-10-12 18:18:28 +0200
commit939b0e43c30360b3b2706886f4c43640bc5c899f (patch)
tree4abc2e7156bba5a8cd8d709f3eb32d537e7de312 /PKGBUILD
parenta4729257189530c9e65225b67aa494fab0361512 (diff)
downloadaur-939b0e43c30360b3b2706886f4c43640bc5c899f.tar.gz
v4.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2568e82a7bb8..0164bc934bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: ashka <aur AT ashka DOT me>
pkgname=crunchy-postgresql-operator-bin
-pkgver=4.7.2
+pkgver=4.7.3
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=('46898b915a209d9fd44d7402e56956ac')
+md5sums=('218d69c21e2e39bb9b8de7b968b1227b')
package() {
install -Dm755 "${srcdir}/pgo" "${pkgdir}/usr/bin/pgo"