summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2021-04-04 18:24:46 +0300
committerDimitris Kiziridis2021-04-04 18:24:46 +0300
commite14a7390a5dbfc75b7fe4f87e43bf28126526c4e (patch)
tree1d212e116c5bd886a4f698e0d62b7b568eedb8e0 /PKGBUILD
parenta2a147a3c1568930116be6e6766a102193c64a07 (diff)
downloadpackages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.tar.gz
packages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.tar.bz2
packages-e14a7390a5dbfc75b7fe4f87e43bf28126526c4e.zip
Update to 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"