aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchris west2020-09-30 19:02:44 -0700
committerchris west2020-09-30 19:02:44 -0700
commiteed1b6139e1d4e9ba6fbd2834eac7ad254aedd3f (patch)
tree38edd2b94a9d219692000db0a55bc015defe2a14 /PKGBUILD
parent1f430fd2aeafff6a620bbfc8da20b3f401d56d0a (diff)
downloadaur-eed1b6139e1d4e9ba6fbd2834eac7ad254aedd3f.tar.gz
phetch v1.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f8832d2f983..1d3b1eebfb5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: chris west <c@xvxx.io>
pkgname=phetch
-pkgver=1.0.5
-pkgrel=8
+pkgver=1.0.6
+pkgrel=9
pkgdesc="A quick lil gopher client for your terminal."
url="https://github.com/xvxx/phetch"
depends=('openssl')
@@ -10,7 +10,7 @@ makedepends=('cargo')
arch=('x86_64')
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha256sums=('3e0852f5806fe369d914099a7b34f76201d4b38e1b728d520e55de908ade8f74')
+sha256sums=('945fdb4194f6c4ec3a3c87f1e95a5d5b14f4a1a3024dadea3c1f50e2bf92ceaf')
build() {
cd "$pkgname-$pkgver"