makedeb


mongodb-compass-bin 1.42.0-2


Easily explore and manipulate your database with Compass, the GUI for MongoDB.

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

Commit:


Hash: 315c7fc09659afd069d740f3d7ebb5c06cbb7b0b

Message: 1.33.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8ed0efc..765d218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,9 @@ pkgname = mongodb-compass-bin
 pkgbase = mongodb-compass-bin
 pkgdesc = Easily explore and manipulate your database with Compass, the GUI for MongoDB.
 pkgrel = 1
-pkgver = 1.33.0
+pkgver = 1.33.1
 url = https://mongodb.com/compass
 arch = amd64
 license = Server Side Public License
-source = https://downloads.mongodb.com/compass/mongodb-compass_1.33.0_amd64.deb
-sha256sums = 3f940d485684d3860ffb338f58a13945feaf7df85c07035d8eeeda4d39c36c9d
+source = https://downloads.mongodb.com/compass/mongodb-compass_1.33.1_amd64.deb
+sha256sums = 0dbdd7bfa90d00f5aa78cfaf65e1bb1a27b079a4e124ed020aec26ebfbf8976b
diff --git a/PKGBUILD b/PKGBUILD
index f800abd..244edc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 # vim: set sw=4 expandtab:
 pkgname=mongodb-compass-bin
-pkgver=1.33.0
+pkgver=1.33.1
 pkgrel=1
 pkgdesc='Easily explore and manipulate your database with Compass, the GUI for MongoDB.'
 arch=(amd64)
@@ -12,7 +12,7 @@ source=(
   "https://downloads.mongodb.com/compass/mongodb-compass_${pkgver}_amd64.deb"
 )
 sha256sums=(
-  '3f940d485684d3860ffb338f58a13945feaf7df85c07035d8eeeda4d39c36c9d'
+  '0dbdd7bfa90d00f5aa78cfaf65e1bb1a27b079a4e124ed020aec26ebfbf8976b'
 )
 
 prepare() {