diff options
author | dchusovitin | 2025-02-04 21:55:00 +0300 |
---|---|---|
committer | dchusovitin | 2025-02-04 21:55:00 +0300 |
commit | 11eb76e62bd7686e51c8c154e0a51c867410732a (patch) | |
tree | cc0745b9f3cdbc3e81e616c83bd0619bc4751081 | |
parent | 882d901f7e674c6a0c688ec7d30e15452d8be28e (diff) | |
download | aur-11eb76e62bd7686e51c8c154e0a51c867410732a.tar.gz |
2025.2.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = studio-3t pkgdesc = The Professional Client, IDE and GUI for MongoDB - pkgver = 2025.1.0 + pkgver = 2025.2.0 pkgrel = 1 url = https://studio3t.com arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = studio-3t depends = gtk2 provides = studio-3t replaces = mongochef - source = studio-3t-2025.1.0.tar.gz::https://download.studio3t.com/studio-3t/linux/2025.1.0/studio-3t-linux-x64.tar.gz - sha256sums = 541c8bd90e04fa39ee77ea173c39416aeb6d3ce33b8e0b91dd802a1d9cd606aa + source = studio-3t-2025.2.0.tar.gz::https://download.studio3t.com/studio-3t/linux/2025.2.0/studio-3t-linux-x64.tar.gz + sha256sums = 858ce10c484cb680e0e64ff3a61d1a72980f5ee3715480dbf8be781e970b5fdb pkgname = studio-3t @@ -5,7 +5,7 @@ # Maintainer: Dmitry Chusovitin <dchusovitin@gmail.com> pkgname=studio-3t -pkgver=2025.1.0 +pkgver=2025.2.0 pkgrel=1 pkgdesc="The Professional Client, IDE and GUI for MongoDB" arch=('x86_64') @@ -18,7 +18,7 @@ replaces=('mongochef') source=("$pkgname-$pkgver.tar.gz::https://download.studio3t.com/studio-3t/linux/${pkgver}/${pkgname}-linux-x64.tar.gz") -sha256sums=('541c8bd90e04fa39ee77ea173c39416aeb6d3ce33b8e0b91dd802a1d9cd606aa') +sha256sums=('858ce10c484cb680e0e64ff3a61d1a72980f5ee3715480dbf8be781e970b5fdb') prepare() { # Extract, rename and add execution permision |