Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8C9B9782BDC for <~alpine/aports@lists.alpinelinux.org>; Wed, 18 Sep 2019 23:32:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 602F32874C for <~alpine/aports@lists.alpinelinux.org>; Thu, 19 Sep 2019 01:32:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MIgQU_M5w_LU; Thu, 19 Sep 2019 01:32:08 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1568849528; bh=pwP7y0Z5hx8P0v6nH0hlbq8iqPi0iE4G2Y8tGRWOo9I=; h=From:To:Cc:Subject:Date; b=gwYU2quXQjvYhs2WbUBFBljb5k/+MqZZHAXRP68yBZrry/trWKqzF7JPRwthY8jPn r3ZLcPV+NftQGoUNeuK9W4G52AFdXkTxBdA0WeOkncjCZxesucalZAHh+1cx5w90iE l/Keqgw0CUptjJqxMpptk8ZVXzQztphhho4zIv9kWupoaCCp7dd3LrS0+4GiT0RtIE Q5VBEnPHXAlzEeW4R6BFcO9PCaUjPxDUNzg2DHRiGETS49Og1FCY6t3AzBKbMv0c3d ztD/eNFfEIdNssEwtQwcuNcA+Vz6tMuEZ+MVQQz3s5hmM2gy6CbKGDPPPWVyqsKKcY HI0rwQC0chekg== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/lmdbxx: fix url Date: Thu, 19 Sep 2019 01:32:06 +0200 Message-Id: <20190918233206.10218-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/lmdbxx/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/lmdbxx/APKBUILD b/testing/lmdbxx/APKBUILD index 96dd8e1339..4c5294647b 100644 --- a/testing/lmdbxx/APKBUILD +++ b/testing/lmdbxx/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Bart Ribbers pkgname=lmdbxx pkgver=0.9.14.0 -pkgrel=0 +pkgrel=1 pkgdesc="C++11 wrapper for the LMDB database library" -url="https://lmdbxx.sourceforge.net" +url="http://lmdbxx.sourceforge.net" arch="noarch" license="Unlicense" makedepends="doxygen" -- 2.21.0