Update to version 2020.03

This commit is contained in:
TomZ
2020-04-14 09:47:17 +02:00
parent c39a6c4c98
commit 6bd4be3e3c
3 changed files with 10 additions and 13 deletions
+4 -6
View File
@@ -1,6 +1,6 @@
pkgbase = flowee pkgbase = flowee
pkgdesc = Flowee Bitcoin products pkgdesc = Flowee Bitcoin products
pkgver = 2020.02.1 pkgver = 2020.03.1
pkgrel = 1 pkgrel = 1
url = https://flowee.org/ url = https://flowee.org/
install = flowee.install install = flowee.install
@@ -8,8 +8,6 @@ pkgbase = flowee
license = GPL license = GPL
makedepends = boost makedepends = boost
makedepends = cmake makedepends = cmake
makedepends = autoconf
makedepends = automake
makedepends = pkgconf makedepends = pkgconf
depends = boost-libs depends = boost-libs
depends = libevent depends = libevent
@@ -17,14 +15,14 @@ pkgbase = flowee
optdepends = miniupnpc optdepends = miniupnpc
provides = flowee-hub provides = flowee-hub
backup = etc/flowee/flowee.conf backup = etc/flowee/flowee.conf
source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.02.1/thehub-2020.02.1.tar.gz source = https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.03.1/thehub-2020.03.1.tar.gz
source = flowee.logrotate source = flowee.logrotate
source = flowee.conf source = flowee.conf
source = logs.conf source = logs.conf
sha256sums = 7038635181f490babd723d33864e8a07287b8569bdefe9db4130703599beae36 sha256sums = 59536821254db2b39d1596d721090e5214fb43a855ed2cad81d0ffb4bb2a4daa
sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf sha256sums = aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf
sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc sha256sums = bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc
sha256sums = 784a4cdc77d1767299ab10119288c21b478b205d560ae86bc9782b04ae2f82fc sha256sums = 2c94fbbccd6981a22951e4696f72d26aa0b5f7ea32aa48e46a0b6ded909fc3db
pkgname = flowee pkgname = flowee
+5 -6
View File
@@ -1,33 +1,32 @@
# Maintainer: Tom Zander # Maintainer: Tom Zander
pkgname=flowee pkgname=flowee
pkgver=2020.02.1 pkgver=2020.03.1
pkgrel=1 pkgrel=1
pkgdesc="Flowee Bitcoin products" pkgdesc="Flowee Bitcoin products"
arch=('x86_64') arch=('x86_64')
url="https://flowee.org/" url="https://flowee.org/"
license=('GPL') license=('GPL')
depends=('boost-libs' 'libevent' 'openssl') depends=('boost-libs' 'libevent' 'openssl')
makedepends=('boost' 'cmake' 'autoconf' 'automake' 'pkgconf') makedepends=('boost' 'cmake' 'pkgconf')
optdepends=('miniupnpc') optdepends=('miniupnpc')
provides=('flowee-hub') provides=('flowee-hub')
backup=("etc/flowee/flowee.conf") backup=("etc/flowee/flowee.conf")
install=flowee.install install=flowee.install
source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/2020.02.1/thehub-$pkgver.tar.gz" source=("https://gitlab.com/FloweeTheHub/thehub/-/archive/$pkgver/thehub-$pkgver.tar.gz"
"flowee.logrotate" "flowee.logrotate"
"flowee.conf" "flowee.conf"
"logs.conf") "logs.conf")
sha256sums=("7038635181f490babd723d33864e8a07287b8569bdefe9db4130703599beae36" sha256sums=("59536821254db2b39d1596d721090e5214fb43a855ed2cad81d0ffb4bb2a4daa"
"aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf" "aff02b3312c88113fe7316152c15f1545233dc8c2062ee8c36d2dbcad4a9f5bf"
"bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc" "bc14acf0d1b4064553756a1e81c0b943e842296f2a2af6442e480b846392e6bc"
"784a4cdc77d1767299ab10119288c21b478b205d560ae86bc9782b04ae2f82fc") "2c94fbbccd6981a22951e4696f72d26aa0b5f7ea32aa48e46a0b6ded909fc3db")
build() { build() {
mkdir -p build mkdir -p build
cd build cd build
cmake -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver cmake -Dbuild_tests=true -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr/ ../thehub-$pkgver
make -j1 univalue leveldb
make make
} }
+1 -1
View File
@@ -1,5 +1,5 @@
# Flowee the Hub log config. # Flowee the Hub log config.
# See for more details https://flowee.org/hub/log-config/ # See for more details https://flowee.org/docs/hub/log-config/
channel file channel file
# timestamp option takes [time, millisecond, date]. Any combination allowed. None of these 3 for no timestamps # timestamp option takes [time, millisecond, date]. Any combination allowed. None of these 3 for no timestamps