summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2018-01-15 14:08:13 +0100
committerAlexander F Rødseth2018-01-15 14:08:13 +0100
commitb5461ef1562e433a85b945faa6e0596575ade08b (patch)
tree3f7e613e6d2eecfbedb4918ad9343944699c35fd
parentd666790f67a0fb4ed1f5fffce45f77a2cc004a0a (diff)
downloadaur-b5461ef1562e433a85b945faa6e0596575ade08b.tar.gz
Update to 1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a50e7bed4d..dfd27555ba49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 1 09:15:49 UTC 2017
+# Mon Jan 15 13:08:08 UTC 2018
pkgbase = algernon
pkgdesc = Single executable web server with Lua, Markdown, QUIC and Pongo2 support
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = http://algernon.roboticoverlords.org/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = algernon
optdepends = postgresql: For using the PostgreSQL database backend
backup = etc/algernon/serverconf.lua
backup = usr/lib/systemd/system/algernon.service
- source = git+https://github.com/xyproto/algernon#commit=20a12302518e36b151b93ce5d3203ee267b2b4bb
+ source = git+https://github.com/xyproto/algernon#tag=1.8
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index 71a5e860f35c..d05dccec16fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='Single executable web server with Lua, Markdown, QUIC and Pongo2 support'
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ optdepends=('redis: For using the Redis database backend'
'postgresql: For using the PostgreSQL database backend')
backup=('etc/algernon/serverconf.lua'
'usr/lib/systemd/system/algernon.service')
-source=('git+https://github.com/xyproto/algernon#commit=20a12302518e36b151b93ce5d3203ee267b2b4bb')
+source=('git+https://github.com/xyproto/algernon#tag=1.8')
md5sums=('SKIP')
_gourl=github.com/xyproto/algernon