summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfabbe2025-02-01 08:57:37 +0100
committerfabbe2025-02-01 08:57:37 +0100
commit02a817285b7f583a2858de8764ecd1b646794be6 (patch)
treebb22f06f4192b8c9e32592f9c3ad7f4e44e58876 /PKGBUILD
parentd5eee98a122e3a5313dc70231c0e7283892f8fa0 (diff)
downloadaur-postgrest-bin.tar.gz
fixed broken url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0436ac52086..b7e2b941c596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=postgrest-bin
pkgver=12.2.6
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="REST API for any Postgres database"
arch=('x86_64')
@@ -20,9 +20,9 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/PostgREST/postgrest/releases/download/v$pkgver/postgrest-v$pkgver-linux-static-x64.tar.xz")
+source=("https://github.com/PostgREST/postgrest/releases/download/v$pkgver/postgrest-v$pkgver-linux-static-x86-64.tar.xz")
noextract=()
-sha512sums=('935b3d516e996f6d25948ba8a54c1b7f70f7f0e3f517e36481fdf0196c2c5cfc2841f86e891f3df9517746b7fb605db47cdded1b8ff78d9482ddaa621db43a34')
+sha512sums=('b0415ca9e908c4b550ac4049503bea7d81fd88117d54a09f02aa7f728b38a2b7ce8408e558c6249aa55d63e07599787e46401846adf7839c2d33ad2bea3d7772')
validpgpkeys=()
package() {