summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2017-08-23 22:12:28 +0300
committerDan Elkouby2017-08-23 22:12:28 +0300
commit44b7472a6fa903e688c53513edc90ee96a6c603e (patch)
tree875c59f2c2742735b1cf0247fa5e7cb8b6c67487 /PKGBUILD
parent610495c186bb068922c69a2f01a2660afeaedb66 (diff)
downloadaur-44b7472a6fa903e688c53513edc90ee96a6c603e.tar.gz
Update to 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5c9a4f92caa..a8db604cfa3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
pkgname=longoverdue
-pkgver=0.3.2
+pkgver=0.4
pkgrel=1
pkgdesc="System service update management made easy"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/Streetwalrus/$pkgname"
license=('MIT')
depends=('python' 'python-click' 'lsof')
source=("https://github.com/Streetwalrus/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('52f468a1c493e75e47fd8c27b0bee52b9fdc738d45210abf7c4f6f5aec6bd6c5')
+sha256sums=('319b8c41935e6b454b4e7402c0b0651f233830c9acac76c504083bab1ea5ac1a')
package() {
cd "$srcdir/$pkgname-$pkgver"