summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2022-01-30 08:38:54 +1300
committerOliver Giles2022-01-30 08:38:54 +1300
commitd6083ca19461198746460c525bb98ccf9cdba2a5 (patch)
tree92007ca235cd98f4041f8335169bddfbff685998
parent1033fcbb8f3719d872a0079a9d4715e054ea8a77 (diff)
downloadaur-d6083ca19461198746460c525bb98ccf9cdba2a5.tar.gz
version 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a4774451d7..f1c0d8a3fb6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = laminar
pkgdesc = Fast and lightweight Continuous Integration server
- pkgver = 1.1
+ pkgver = 1.2
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.1.tar.gz
- md5sums = 8d43be58184768614cd65d73d28b0c35
+ source = https://github.com/ohwgiles/laminar/archive/1.2.tar.gz
+ md5sums = 4a397e7e1854f90f509cc649aecc5baf
pkgname = laminar
diff --git a/PKGBUILD b/PKGBUILD
index e5e7c7bf7e39..0f350ecb95f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=laminar
-pkgver=1.1
+pkgver=1.2
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=('8d43be58184768614cd65d73d28b0c35')
+md5sums=('4a397e7e1854f90f509cc649aecc5baf')
prepare() {
cd "$srcdir/$pkgname-$pkgver"