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 f1c0d8a3fb6c..196a3a61f432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = laminar
pkgdesc = Fast and lightweight Continuous Integration server
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://laminar.ohwg.net
install = laminar.install
@@ -16,7 +16,7 @@ pkgbase = laminar
depends = sqlite
options = strip
backup = etc/laminar.conf
- source = https://github.com/ohwgiles/laminar/archive/1.2.tar.gz
- md5sums = 4a397e7e1854f90f509cc649aecc5baf
+ source = https://github.com/ohwgiles/laminar/archive/1.3.tar.gz
+ md5sums = 99904dfe157429c4081aaf1d3c824eb3
pkgname = laminar
diff --git a/PKGBUILD b/PKGBUILD
index 0f350ecb95f8..56500b51aafd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=laminar
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Fast and lightweight Continuous Integration server"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -13,7 +13,7 @@ options=('strip')
source=("https://github.com/ohwgiles/laminar/archive/$pkgver.tar.gz")
install=laminar.install
backup=('etc/laminar.conf')
-md5sums=('4a397e7e1854f90f509cc649aecc5baf')
+md5sums=('99904dfe157429c4081aaf1d3c824eb3')
prepare() {
cd "$srcdir/$pkgname-$pkgver"