summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorn.boughton2015-11-12 12:58:45 +0000
committern.boughton2015-11-12 12:58:45 +0000
commit16663dae3fdd6428f57ef67c4cf6bea1638ac3cc (patch)
treebed13b564ae76217f550c3c7d22099bd19617bbd
parent947932ace2a652678079e920e6d0b9ecf2d2bc33 (diff)
downloadaur-16663dae3fdd6428f57ef67c4cf6bea1638ac3cc.tar.gz
Updated for new package release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a52470652a..55b1e7c59db9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = devd
pkgdesc = devd: a web daemon for developers
- pkgver = 0.2
- pkgrel = 2
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/cortesi/devd
arch = x86_64
license = MIT
provides = devd
- source = https://github.com/cortesi/devd/releases/download/v0.2/devd-0.2-linux64.tgz
- md5sums = 02e9c78f51d166b9b0528f78b51da786
+ source = https://github.com/cortesi/devd/releases/download/v0.3/devd-0.3-linux64.tgz
+ md5sums = ffd73dc0bab1a06af0aa1adc540a3969
pkgname = devd
diff --git a/PKGBUILD b/PKGBUILD
index d737d326575f..bea70b73a5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
#Maintainer: Nick Boughton <nicholasboughton@gmail.com>
pkgname=devd
-pkgver=0.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
pkgdesc="devd: a web daemon for developers"
arch=('x86_64')
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=('02e9c78f51d166b9b0528f78b51da786')
+md5sums=('ffd73dc0bab1a06af0aa1adc540a3969')
package() {
cd "$pkgname-$pkgver-linux64"