summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2021-04-04 18:24:46 +0300
committerDimitris Kiziridis2021-04-04 18:24:46 +0300
commite14a7390a5dbfc75b7fe4f87e43bf28126526c4e (patch)
tree1d212e116c5bd886a4f698e0d62b7b568eedb8e0
parenta2a147a3c1568930116be6e6766a102193c64a07 (diff)
downloadpackages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.tar.gz
packages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.tar.bz2
packages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.zip
Update to 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c88419..ebd9079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
1pkgbase = drill 1pkgbase = drill
2 pkgdesc = HTTP load testing application written in Rust inspired by Ansible syntax 2 pkgdesc = HTTP load testing application written in Rust inspired by Ansible syntax
3 pkgver = 0.7.0 3 pkgver = 0.7.1
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/fcsonline/drill 5 url = https://github.com/fcsonline/drill
6 arch = x86_64 6 arch = x86_64
7 license = GPL3 7 license = GPL3
8 makedepends = cargo 8 makedepends = cargo
9 depends = openssl 9 depends = openssl
10 source = drill-0.7.0.tar.gz::https://github.com/fcsonline/drill/archive/0.7.0.tar.gz 10 source = drill-0.7.1.tar.gz::https://github.com/fcsonline/drill/archive/0.7.1.tar.gz
11 sha256sums = 0041e4b8e8bae0bfc4dfc42b0d1c9a65a8a04dfb68766138d3ae85407e42b15f 11 sha256sums = 76e9f0fdcc369d27246029d077f9fb8b0c5b80be2cd07a65a78f7883b993fd80
12 12
13pkgname = drill 13pkgname = drill
14 14
diff --git a/PKGBUILD b/PKGBUILD
index 5f5803b..05d380c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> 1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
2 2
3pkgname=drill 3pkgname=drill
4pkgver=0.7.0 4pkgver=0.7.1
5pkgrel=1 5pkgrel=1
6pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" 6pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax"
7url="https://github.com/fcsonline/drill" 7url="https://github.com/fcsonline/drill"
@@ -10,7 +10,7 @@ makedepends=('cargo')
10arch=('x86_64') 10arch=('x86_64')
11license=('GPL3') 11license=('GPL3')
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
13sha256sums=('0041e4b8e8bae0bfc4dfc42b0d1c9a65a8a04dfb68766138d3ae85407e42b15f') 13sha256sums=('76e9f0fdcc369d27246029d077f9fb8b0c5b80be2cd07a65a78f7883b993fd80')
14 14
15build() { 15build() {
16 cd "$pkgname-$pkgver" 16 cd "$pkgname-$pkgver"