summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3caccb711eb..a6658a1e3761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = crunchy-postgresql-operator-bin
pkgdesc = Crunchydata PostgreSQL Kubernetes operator
- pkgver = 4.7.2
+ pkgver = 4.7.3
pkgrel = 1
url = https://github.com/CrunchyData/postgres-operator
arch = x86_64
license = Apache
- source = https://github.com/CrunchyData/postgres-operator/releases/download/v4.7.2/pgo
- md5sums = 46898b915a209d9fd44d7402e56956ac
+ source = https://github.com/CrunchyData/postgres-operator/releases/download/v4.7.3/pgo
+ md5sums = 218d69c21e2e39bb9b8de7b968b1227b
pkgname = crunchy-postgresql-operator-bin
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"