summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Boughton2019-01-22 19:15:20 +0000
committerNick Boughton2019-01-22 19:15:20 +0000
commit6deedfb28ed58f5a079ec086da55adabe6603e9a (patch)
treebd3b5abaab596c47ebd2c5a3cab5045bf0cbab98 /PKGBUILD
parentd635fd9e4d927e58b8e0801afa02a919324d27c0 (diff)
downloadaur-devd.tar.gz
new release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eae420c2c3d1..f001adbe9eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Nick Boughton <nicholasboughton@gmail.com>
pkgname=devd
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="devd: a web daemon for developers"
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/cortesi/devd"
license=('MIT')
provides=('devd')
source=("https://github.com/cortesi/devd/releases/download/v$pkgver/$pkgname-$pkgver-linux64.tgz")
-md5sums=('639f5bf28055c9970346dee36b90f768')
+sha256sums=('a8f47477ae479717c6f5ebe80674e6daa4b9f98ef0220cbe28f072130b8f20ad')
package() {
cd "$pkgname-$pkgver-linux64"