summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfabbe2023-11-27 10:07:51 +0100
committerfabbe2023-11-27 10:07:51 +0100
commit030656afc46c56a1fa4a963c322208cc5925c958 (patch)
treee8ef29b37e8f226ec3a479a0e75d3b26b7d56d4e
parentb91acd1ebd5d59d26fb50a08f1c923038d7ca147 (diff)
downloadaur-030656afc46c56a1fa4a963c322208cc5925c958.tar.gz
11.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1820bfaeda4..2cb3b5453d25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postgrest-bin
pkgdesc = REST API for any Postgres database
- pkgver = 10.1.0
+ pkgver = 11.2.2
pkgrel = 1
url = https://github.com/PostgREST/postgrest
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = postgrest-bin
provides = postgrest
provides = postgrest-bin
conflicts = postgrest
- source = https://github.com/PostgREST/postgrest/releases/download/v10.1.0/postgrest-v10.1.0-linux-static-x64.tar.xz
- sha512sums = b2a15508c4468cfe4475ec4d7eb08d43ab6860f3c65fdccaf587afc8a6b6cbce7f3dcc70032a58378555a218f896724bcd6e8d216c52d905ff5e78543c5aeeec
+ source = https://github.com/PostgREST/postgrest/releases/download/v11.2.2/postgrest-v11.2.2-linux-static-x64.tar.xz
+ sha512sums = b537672f97ed8261a143e25c36b38025eea376244634ce16216ef076e012ad6c3a6b7f6d1badd9adf2201b08916b97e912cbb2b390bbb91a1b1e449c5abe0109
pkgname = postgrest-bin
diff --git a/PKGBUILD b/PKGBUILD
index c33f12793f90..3cf5cacfacef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: f <f@localhost>
pkgname=postgrest-bin
-pkgver=10.1.0
+pkgver=11.2.2
pkgrel=1
epoch=
pkgdesc="REST API for any Postgres database"
@@ -22,7 +22,7 @@ install=
changelog=
source=("https://github.com/PostgREST/postgrest/releases/download/v$pkgver/postgrest-v$pkgver-linux-static-x64.tar.xz")
noextract=()
-sha512sums=('b2a15508c4468cfe4475ec4d7eb08d43ab6860f3c65fdccaf587afc8a6b6cbce7f3dcc70032a58378555a218f896724bcd6e8d216c52d905ff5e78543c5aeeec')
+sha512sums=('b537672f97ed8261a143e25c36b38025eea376244634ce16216ef076e012ad6c3a6b7f6d1badd9adf2201b08916b97e912cbb2b390bbb91a1b1e449c5abe0109')
validpgpkeys=()
package() {