summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-03-02 00:03:46 +1300
committertee2024-03-02 00:03:46 +1300
commit875dfe4108790b0cb0dabc47a769c0ef8b01788f (patch)
treef210c62fa6d01a3d6037624100adfcc9318392ca
parent270f6c71bb55113f1a05778dbe128ca192bed53f (diff)
downloadaur-875dfe4108790b0cb0dabc47a769c0ef8b01788f.tar.gz
Update to 0.204.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0601850f076a..3d042edb6b52 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.204.1
+ pkgver = 0.204.2
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.204.1/LICENSE
+ source = LICENSE::https://github.com/nocodb/nocodb/raw/0.204.2/LICENSE
sha256sums = d8de517917a591daa447d6be28ffb2fac866703e4feb65e86221be9a22d3033a
- source_x86_64 = nocodb-bin-x86_64-0.204.1::https://github.com/nocodb/nocodb/releases/download/0.204.1/Noco-linux-x64
- sha256sums_x86_64 = bf08811ef0e209669d7a5e9eb9c93a11dd3f2684ed2c22abaae8ba45243e4064
+ source_x86_64 = nocodb-bin-x86_64-0.204.2::https://github.com/nocodb/nocodb/releases/download/0.204.2/Noco-linux-x64
+ sha256sums_x86_64 = 1610199d99b4cda5c14691b0e5a5f1f715d7de83b1adf265aad23beb9029f6ab
pkgname = nocodb-bin
diff --git a/PKGBUILD b/PKGBUILD
index 69a3c94495f7..677e00ada51b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tee < teeaur at duck dot com >
pkgname=nocodb-bin
-pkgver=0.204.1
+pkgver=0.204.2
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=('bf08811ef0e209669d7a5e9eb9c93a11dd3f2684ed2c22abaae8ba45243e4064')
+sha256sums_x86_64=('1610199d99b4cda5c14691b0e5a5f1f715d7de83b1adf265aad23beb9029f6ab')
options=(!strip)
package() {