makedeb


mongosh-bin 1:2.2.6-1


MongoDB Shell is the quickest way to connect to (and work with) MongoDB

Click here to go back to the commit logs for mongosh-bin.

Commit:


Hash: 8f59b4c4de2a3c2f2d4c8a7be6cea38bf5996c3c

Message: Update license

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8706207..71ae51f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,10 @@ epoch = 1
 install = 
 pkgbase = mongosh-bin
 pkgdesc = MongoDB Shell is the quickest way to connect to (and work with) MongoDB
-pkgrel = 1
+pkgrel = 2
 pkgver = 1.6.0
 url = https://www.mongodb.com/try/download/shell
 arch = amd64
-license = ISC
+license = Apache
 source = https://downloads.mongodb.com/compass/mongosh-bin-1.6.0-linux-x64.tgz
 md5sums = 061504122622c9495b590642a2235724
diff --git a/PKGBUILD b/PKGBUILD
index ce2a675..68c1bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
 # https://downloads.mongodb.com/compass/mongosh-1.6.0-linux-x64.tgz
 pkgname=mongosh-bin
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="MongoDB Shell is the quickest way to connect to (and work with) MongoDB"
 arch=(amd64)
 url="https://www.mongodb.com/try/download/shell"
-license=('ISC')
+license=('Apache')
 groups=()
 depends=()
 makedepends=()