summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b09e62907726..3ab29eae7210 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = devd
pkgdesc = devd: a web daemon for developers
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = https://github.com/cortesi/devd
arch = x86_64
license = MIT
provides = devd
- source = https://github.com/cortesi/devd/releases/download/v0.8/devd-0.8-linux64.tgz
- md5sums = 639f5bf28055c9970346dee36b90f768
+ source = https://github.com/cortesi/devd/releases/download/v0.9/devd-0.9-linux64.tgz
+ sha256sums = a8f47477ae479717c6f5ebe80674e6daa4b9f98ef0220cbe28f072130b8f20ad
pkgname = devd
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"