summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTyler Langlois2016-05-19 21:10:16 -0400
committerTyler Langlois2016-05-19 21:10:16 -0400
commitca67d6cf3428ff262ab60dc1bc166e05e80db377 (patch)
tree6e37acd6497f40b8c40857e4c0f16c440d578336 /PKGBUILD
parentd150d0148f3f50213a816d4fe34411d1b807761c (diff)
downloadaur-ca67d6cf3428ff262ab60dc1bc166e05e80db377.tar.gz
overdue: update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8287ece0da1c..c4ba6b2b889a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tyler Langlois <ty |at| tjll |dot| net>
pkgname=overdue
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Get notified about running daemons that reference outdated shared libraries"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/tylerjl/$pkgname"
license=('MIT')
depends=('gawk' 'lsof')
source=("https://github.com/tylerjl/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('473beb8202d1e70946d286beae5a394d4c10cc89a08d1fce6928e01764652320')
+sha256sums=('4576cb2b3c7ebb9203c0606465c9fbaa67aec726306575619fa5fc75d548dff5')
package() {
cd "$srcdir/$pkgname-$pkgver"