summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAman Sinha2021-09-15 20:22:08 +0530
committerAman Sinha2021-09-15 20:22:08 +0530
commit7c0e3093ab7149102b7812f1b2bd0e8b14fa385b (patch)
treef680e89df798812f41e91a55034686e0f3c4329e
parentd54cc4ef7cd8a4afa0117e7153aab72c9f3f0ea2 (diff)
downloadaur-7c0e3093ab7149102b7812f1b2bd0e8b14fa385b.tar.gz
v1.0.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d5a237ddee3..6eafd9e12f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mongosh-bin
pkgdesc = An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.
- pkgver = 1.0.5
- pkgrel = 2
+ pkgver = 1.0.6
+ pkgrel = 1
url = https://github.com/mongodb-js/mongosh.git
arch = x86_64
arch = aarch64
license = Apache
depends = xz
depends = krb5
- source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.0.5-linux-x64.tgz
+ source_x86_64 = https://downloads.mongodb.com/compass/mongosh-1.0.6-linux-x64.tgz
sha256sums_x86_64 = 0e47c60e99dbfb2cc55696a384bd8d23e03df0026ea629e27ceef40e7f0d1770
- source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.0.5-linux-arm64.tgz
+ source_aarch64 = https://downloads.mongodb.com/compass/mongosh-1.0.6-linux-arm64.tgz
sha256sums_aarch64 = 21aa0655de4af6eeb01e4d8019f7cebbb7fa24743a3092d2f4628a92d5a0811b
pkgname = mongosh-bin
diff --git a/PKGBUILD b/PKGBUILD
index d059cc541835..c2ac167bc40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=mongosh-bin
_pkgname=mongosh
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
pkgdesc='An interactive shell to connect with MongoDB with syntax highlighting, autocomplete, contextual help and error messages.'
arch=('x86_64' 'aarch64')
depends=('xz' 'krb5')
@@ -12,9 +12,9 @@ license=('Apache')
_mongosh_file=mongosh-${pkgver}-linux-x64
source_x86_64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-x64.tgz")
-sha256sums_x86_64=('0e47c60e99dbfb2cc55696a384bd8d23e03df0026ea629e27ceef40e7f0d1770')
+sha256sums_x86_64=('f16ad0d41bda2d4f0c1768b48101481b091456bd3385b6da31ff27e7666d6fff')
source_aarch64=("https://downloads.mongodb.com/compass/${_pkgname}-${pkgver}-linux-arm64.tgz")
-sha256sums_aarch64=('21aa0655de4af6eeb01e4d8019f7cebbb7fa24743a3092d2f4628a92d5a0811b')
+sha256sums_aarch64=('ae5e5b72d65f66435651e3a0d9918bdabdd2ccaa984900aacc2a94e20041a660')
package() {