summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gross2017-01-16 07:00:12 -0500
committerJustin Gross2017-01-16 07:00:12 -0500
commite3ea38d92a26066e7cf66f275873fa0866cad9fb (patch)
tree93debfeece485a36dbd6ca8c75758bb115b36bff
parent0a04f7284d244dee8e5a4c15f95779f4313d3e8f (diff)
downloadaur-mongotron-bin.tar.gz
Update version to alpha5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a488bdba96d..ed7718bccf0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mongotron-bin
pkgdesc = Chrome-based mongo db management tool - Precompiled binary from official repository
- pkgver = 1.0.0.alpha4
+ pkgver = 1.0.0.alpha5
pkgrel = 1
url = https://github.com/officert/mongotron
install = mongotron-bin.install
@@ -21,10 +21,10 @@ pkgbase = mongotron-bin
options = !strip
source = mongotron-bin.desktop
source = mongotron-bin.install
- source = https://github.com/officert/mongotron/releases/download/1.0.0-alpha.4/Mongotron-linux-x64.zip
+ source = https://github.com/officert/mongotron/releases/download/1.0.0-alpha.5/Mongotron-linux-x64.zip
sha256sums = bb19bb92859ffd1c35f98cff6380dac43529800654cb9097742a0075ca2e4eeb
sha256sums = 9fe12f1bc573f5d431fcc8f9ca3ed17fc1e1d30248ae3b58209fc53084ae0a4e
- sha256sums = f21afda7b24acdb441dc5c6c51d4ec63a684f27349dea942586367c08c627a87
+ sha256sums = ca27567006e3ffa7dea9f9fe7e99a63290a1c9acb880241acb1be37a238e0dff
pkgname = mongotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 81ca2f3bc5d9..7b796b2251aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Maintainer Ethan Apodaca <papodaca at gmail dot com>
-# Contributer Justin Gross <jgross.biz@gmail.com>
+# Maintainer Justin Gross <jgross.biz@gmail.com>
# Upstream URL: https://github.com/officert/mongotron
pkgname=mongotron-bin
-pkgver=1.0.0.alpha4
+pkgver=1.0.0.alpha5
pkgrel=1
pkgdesc="Chrome-based mongo db management tool - Precompiled binary from official repository"
arch=("x86_64")
@@ -16,10 +15,10 @@ install=$pkgname.install
sha256sums=("bb19bb92859ffd1c35f98cff6380dac43529800654cb9097742a0075ca2e4eeb"
"9fe12f1bc573f5d431fcc8f9ca3ed17fc1e1d30248ae3b58209fc53084ae0a4e"
- "f21afda7b24acdb441dc5c6c51d4ec63a684f27349dea942586367c08c627a87")
+ "ca27567006e3ffa7dea9f9fe7e99a63290a1c9acb880241acb1be37a238e0dff")
source=("${pkgname}.desktop"
"${pkgname}.install"
- "https://github.com/officert/mongotron/releases/download/1.0.0-alpha.4/Mongotron-linux-x64.zip")
+ "https://github.com/officert/mongotron/releases/download/1.0.0-alpha.5/Mongotron-linux-x64.zip")
build() {
mkdir -p "tmp-build"