summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjeromegn2021-03-05 23:07:26 +0000
committerjeromegn2021-03-05 23:07:26 +0000
commit4ba45270ef6aa168c084e8571bf06874829e90f1 (patch)
tree8ba56ac41e6c633b8a1f698076cfa554b3fdd039 /PKGBUILD
parent7ec816a7bb84bda6fb0f746868e0bd68c4675345 (diff)
downloadaur-4ba45270ef6aa168c084e8571bf06874829e90f1.tar.gz
refs/tags/v0.0.182
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 746a363ee946..a33913395983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jerome Gravel-Niquet <jeromegn@gmail.com>
pkgname="flyctl-bin"
-pkgver="0.0.181"
+pkgver="0.0.182"
pkgrel="1"
pkgdesc="Command line tools for fly.io services"
arch=("x86_64")
@@ -10,8 +10,8 @@ license=("Apache")
depends=()
provides=("flyctl")
conflicts=("flyctl")
-source=("$pkgname-0.0.181.tgz::https://github.com/superfly/flyctl/releases/download/v0.0.181/flyctl_0.0.181_Linux_x86_64.tar.gz")
-sha256sums=('e058631e790301b393449dd2e9a69256aab773367650283a5b394d29f0e09a60')
+source=("$pkgname-0.0.182.tgz::https://github.com/superfly/flyctl/releases/download/v0.0.182/flyctl_0.0.182_Linux_x86_64.tar.gz")
+sha256sums=('987d28602fcd10584fc5580ede1edc5c4207c5ac6f9f239d6d1a3c15e097e200')
package() {
mkdir -p "$pkgdir/usr/bin"