summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ee471..0128ef4 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.2 4pkgver=0.8.3
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=('cc33f5e214cf8c9c975bd2b912b87541eab2ceb34689fdc1f4882b332ad4ee44') 13sha256sums=('12096bfeb57fa567f9104615c872b5fec787bacf5b9efcc9f14d496c08efe30d')
14 14
15build() { 15build() {
16 cd "$pkgname-$pkgver" 16 cd "$pkgname-$pkgver"