summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjeromegn2024-04-18 17:16:41 +0000
committerjeromegn2024-04-18 17:16:41 +0000
commit994a7a9f0e1b2d2a1c29bd4a1c676414b3b1c296 (patch)
treec5a8fc25760e782a2ee5aa16b1e0b7568050b4ef /PKGBUILD
parentd94d45e6d561541f5a9651210476d3432cc8d966 (diff)
downloadaur-994a7a9f0e1b2d2a1c29bd4a1c676414b3b1c296.tar.gz
refs/tags/v0.2.37
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e19c7e3b0035..037c05fcbf52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jerome Gravel-Niquet <jeromegn@gmail.com>
pkgname="flyctl-bin"
-pkgver="0.2.36"
+pkgver="0.2.37"
pkgrel="1"
pkgdesc="Command line tools for fly.io services"
arch=("x86_64")
@@ -11,7 +11,7 @@ depends=()
provides=("flyctl")
conflicts=("flyctl")
source=("$pkgname-$pkgver.tgz::https://github.com/superfly/flyctl/releases/download/v${pkgver}/flyctl_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('8591c6503dc94661ec7158740073b9799aede80681f9f98f424e60ad03a64b34')
+sha256sums=('d423a2d721f6df32b7277fe841e668a5f062e6bf9e06d1bbeac6744ec1214fd2')
package() {
mkdir -p "$pkgdir/usr/bin"