diff options
author | AUR Update Bot | 2016-02-10 18:46:20 +0100 |
---|---|---|
committer | Stefan Husmann | 2016-02-10 18:46:20 +0100 |
commit | 73e3cf8fc32130c7fc7853983b694576ce65d0bf (patch) | |
tree | eb6f90b924a1609d51076f83421d0051fd0bb9e9 | |
parent | 2a52cd543c2b36211ac6fd4107e93ffd257c0932 (diff) | |
download | aur-73e3cf8fc32130c7fc7853983b694576ce65d0bf.tar.gz |
Updated version (r833.d4df542 -> r847.a9f0512).
Changelog
=========
prepare for 0.1.2 (a9f0512)
updated manual (74ebd0a)
updated NEWS (2cea2e8)
fixed comments in tpl.scm (34aa497)
updated year in .HEAD (ed55d14)
updated TODO (eafc329)
added tpl caching (a53ca6d)
update MVC/controller to support tpl caching (cf6827e)
updated years in page.scm (0ce04b8)
slitly tweaked create.scm (cbe2dff)
use true/false to replace enable/disable for boolean (6ce1a0a)
rename page-show to syspage-show (4d34686)
slitly tweaked session.scm (ad1e585)
added DEBUG function (4cf60ca)
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Feb 6 19:00:17 UTC 2016 +# Wed Feb 10 17:46:20 UTC 2016 pkgbase = artanis-git pkgdesc = A fast monolithic web-framework of Scheme - pkgver = r833.d4df542 + pkgver = r847.a9f0512 pkgrel = 1 url = http://web-artanis.com/ install = artanis-git.install @@ -1,7 +1,7 @@ # Maintainer: Stefan Husmann <stefan-husmann@t-online.de> pkgname=artanis-git -pkgver=r833.d4df542 +pkgver=r847.a9f0512 pkgrel=1 pkgdesc="A fast monolithic web-framework of Scheme" arch=('any') |