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 9f782db68387..bc2977beee9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 1 13:29:11 UTC 2017
+# Mon Jun 19 13:12:53 UTC 2017
pkgbase = algernon
pkgdesc = Pure Go web server with Lua, Markdown, HTTP/2 and template support
- pkgver = 1.4.4
+ pkgver = 1.4.5
pkgrel = 1
url = http://algernon.roboticoverlords.org/
arch = x86_64
@@ -17,7 +17,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=59a3b8dc65adc72352771a4cf1ab474fccfb386c
+ source = git+https://github.com/xyproto/algernon#commit=5d09d0a1d50c6d6aaa03e8aa29c3d11d9628d002
md5sums = SKIP
pkgname = algernon
diff --git a/PKGBUILD b/PKGBUILD
index 68f42d3da2b5..b5ee90bf492f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
pkgname=algernon
-pkgver=1.4.4
+pkgver=1.4.5
pkgrel=1
pkgdesc='Pure Go web server with Lua, Markdown, HTTP/2 and template 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=59a3b8dc65adc72352771a4cf1ab474fccfb386c")
+source=("git+https://github.com/xyproto/algernon#commit=5d09d0a1d50c6d6aaa03e8aa29c3d11d9628d002")
md5sums=('SKIP')
_gourl=github.com/xyproto/algernon