summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2023-10-14 00:04:57 +1300
committertee2023-10-14 00:04:57 +1300
commit7b24d0ee8604ce393bb8eeaad65adabf29416c66 (patch)
treeb55f5c3595bcc6902073beba2a2c6f1a53ce85b2
parent5a6010b73817a7813b85cd3b741850ca96cdaa53 (diff)
downloadaur-7b24d0ee8604ce393bb8eeaad65adabf29416c66.tar.gz
Update to 0.202.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8b4d5f0c3a1..306d9f5e53b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nocodb-bin
pkgdesc = Open Source Airtable Alternative: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet.
- pkgver = 0.111.4
+ pkgver = 0.202.4
pkgrel = 1
url = https://nocodb.com
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = nocodb-bin
provides = nocodb
conflicts = nocodb
options = !strip
- source = LICENSE::https://github.com/nocodb/nocodb/raw/0.111.4/LICENSE
+ source = LICENSE::https://github.com/nocodb/nocodb/raw/0.202.4/LICENSE
sha256sums = d8de517917a591daa447d6be28ffb2fac866703e4feb65e86221be9a22d3033a
- source_x86_64 = nocodb-bin-x86_64-0.111.4::https://github.com/nocodb/nocodb/releases/download/0.111.4/Noco-linux-x64
- sha256sums_x86_64 = 486dd93a61591ccaf3446dbc3a205b4b3776fd83028e04243dd13b0a4c4ad6d7
+ source_x86_64 = nocodb-bin-x86_64-0.202.4::https://github.com/nocodb/nocodb/releases/download/0.202.4/Noco-linux-x64
+ sha256sums_x86_64 = 0b3ef81ca5af8cce682466b0f2f89487bb2c79f5ecc84e79e55000c3e9a06895
pkgname = nocodb-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1cf9b17828f..e8867a25b517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tee < teeaur at duck dot com >
pkgname=nocodb-bin
-pkgver=0.111.4
+pkgver=0.202.4
pkgrel=1
pkgdesc="Open Source Airtable Alternative: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet."
arch=("x86_64")
@@ -13,7 +13,7 @@ source=("LICENSE::$_src/raw/$pkgver/LICENSE")
__pkgname="$pkgname-$arch-$pkgver"
source_x86_64=("$__pkgname::$_src/releases/download/$pkgver/Noco-linux-x64")
sha256sums=('d8de517917a591daa447d6be28ffb2fac866703e4feb65e86221be9a22d3033a')
-sha256sums_x86_64=('486dd93a61591ccaf3446dbc3a205b4b3776fd83028e04243dd13b0a4c4ad6d7')
+sha256sums_x86_64=('0b3ef81ca5af8cce682466b0f2f89487bb2c79f5ecc84e79e55000c3e9a06895')
options=(!strip)
package() {