summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis des Landes2018-07-27 16:02:53 +0930
committerLouis des Landes2018-07-27 16:05:45 +0930
commit284b4f78adf4b04344824e1a4367a7b6c1cedc32 (patch)
treec313562e3e27b0d7dfde7ec397fcbe9b85aaf962
parent74d1b038d15d88231a2ac0e9df1bf0f0bc3136c9 (diff)
downloadaur-284b4f78adf4b04344824e1a4367a7b6c1cedc32.tar.gz
Version bump to 3.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2c391e33ee3..9c2d8fdee066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 8 23:59:07 UTC 2018
+# Fri Jul 27 06:35:18 UTC 2018
pkgbase = deepgit
pkgdesc = A tool to investigate the history of source code.
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = http://www.syntevo.com/deepgit/
arch = any
@@ -10,10 +10,10 @@ pkgbase = deepgit
depends = java-runtime
depends = hicolor-icon-theme
depends = bash
- source = https://www.syntevo.com//downloads/deepgit/deepgit-linux-3_0_2.tar.gz
+ source = https://www.syntevo.com/downloads/deepgit/deepgit-linux-3_0_3.tar.gz
source = deepgit.sh
source = deepgit.desktop
- sha1sums = 7ac9138395cf92a4a36124f059095338efc097d1
+ sha1sums = 9dae5f919708d926e40db7377973b29fcdd77966
sha1sums = 5e59abc4997dbdfc110df414129950164a01cab1
sha1sums = 8ab2e36b3cb2e6f7b5af70a4ddbe2e9d307d3988
diff --git a/PKGBUILD b/PKGBUILD
index dbcff6fe8843..1030a92263d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Louis des Landes <aur@psykar.com>
pkgname=deepgit
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="A tool to investigate the history of source code."
arch=('any')
@@ -13,12 +13,12 @@ depends=(
)
source=(
- "https://www.syntevo.com//downloads/$pkgname/$pkgname-linux-${pkgver//./_}.tar.gz"
+ "https://www.syntevo.com/downloads/$pkgname/$pkgname-linux-${pkgver//./_}.tar.gz"
"deepgit.sh"
"deepgit.desktop"
)
sha1sums=(
- 7ac9138395cf92a4a36124f059095338efc097d1
+ 9dae5f919708d926e40db7377973b29fcdd77966
5e59abc4997dbdfc110df414129950164a01cab1
8ab2e36b3cb2e6f7b5af70a4ddbe2e9d307d3988
)