summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Giles2020-12-18 12:46:52 +1300
committerOliver Giles2020-12-18 12:46:52 +1300
commit038e427a6ffa8972773f9e240ca5c275a6ed1323 (patch)
treea193d84d2d2fb3f50f47f17c43425ea9808863ea
parentb68c69884177b2eca186913db4528e3a67f263b3 (diff)
downloadaur-038e427a6ffa8972773f9e240ca5c275a6ed1323.tar.gz
version 1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaadf7e518f9..599ea748fd04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = laminar
pkgdesc = Fast and lightweight Continuous Integration server
- pkgver = 0.9
+ pkgver = 1.0
pkgrel = 1
url = https://laminar.ohwg.net
install = laminar.install
@@ -15,8 +15,8 @@ pkgbase = laminar
depends = capnproto>=0.7
depends = sqlite
options = strip
- source = https://github.com/ohwgiles/laminar/archive/0.9.tar.gz
- md5sums = fbf8afd48b35171c89d8719430447631
+ source = https://github.com/ohwgiles/laminar/archive/1.0.tar.gz
+ md5sums = 6cf83e82e4a26888bb51d0ab0b01c264
pkgname = laminar
diff --git a/PKGBUILD b/PKGBUILD
index 2fb5cce0af0b..0ace64e21023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Giles <web ohwg net>
pkgname=laminar
-pkgver=0.9
+pkgver=1.0
pkgrel=1
pkgdesc="Fast and lightweight Continuous Integration server"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ makedepends=('cmake' 'boost' 'rapidjson')
options=('strip')
source=("https://github.com/ohwgiles/laminar/archive/$pkgver.tar.gz")
install=laminar.install
-md5sums=('fbf8afd48b35171c89d8719430447631')
+md5sums=('6cf83e82e4a26888bb51d0ab0b01c264')
prepare() {
cd "$srcdir/$pkgname-$pkgver"