From a3d110fee909069c376bf4248642354c85e1eea0 Mon Sep 17 00:00:00 2001 From: Dimitris Kiziridis Date: Mon, 11 May 2020 05:30:32 +0300 Subject: Update to 0.6.0 --- .SRCINFO | 12 ++++++------ PKGBUILD | 13 ++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6f55d8c..19c7a90 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = drill - pkgdesc = Drill is a HTTP load testing application written in Rust inspired by Ansible syntax - pkgver = 0.5.0 - pkgrel = 2 + pkgdesc = HTTP load testing application written in Rust inspired by Ansible syntax + pkgver = 0.6.0 + pkgrel = 1 url = https://github.com/fcsonline/drill arch = x86_64 - license = GPL-3.0 + license = GPL3 makedepends = cargo depends = openssl - source = https://github.com/fcsonline/drill/archive/0.5.0.tar.gz - md5sums = ecafaa5eae61617cae8c08bb8358b338 + source = drill-0.6.0.tar.gz::https://github.com/fcsonline/drill/archive/0.6.0.tar.gz + sha256sums = df460ca4aee574401536a4a4ada02f7d5e6a587caa54073606c6916c72cc2bf1 pkgname = drill diff --git a/PKGBUILD b/PKGBUILD index 0f32f7f..09721ab 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Dimitris Kiziridis pkgname=drill -pkgver=0.5.0 -pkgrel=2 -pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" +pkgver=0.6.0 +pkgrel=1 +pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" url="https://github.com/fcsonline/drill" depends=('openssl') makedepends=('cargo') arch=('x86_64') -license=('GPL-3.0') -source=("${url}/archive/${pkgver}.tar.gz") -md5sums=('ecafaa5eae61617cae8c08bb8358b338') +license=('GPL3') +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +sha256sums=('df460ca4aee574401536a4a4ada02f7d5e6a587caa54073606c6916c72cc2bf1') build() { cd "$pkgname-$pkgver" @@ -20,7 +20,6 @@ build() { package() { cd "$pkgname-$pkgver" install -Dm644 example/*.yml -t "$pkgdir/usr/share/drill/example/" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" cd target/release install -Dm755 drill "$pkgdir/usr/bin/drill-rs" } \ No newline at end of file -- cgit v1.2.3-70-g09d2