summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2020-04-27 12:20:56 -0300
committerFilipe Nascimento2020-04-27 12:20:56 -0300
commitb57786e53cdacb24ccb07c5843609b7aeec93e61 (patch)
treef71f930fc4c5c73931910c0ab8bf979c2f88bb23 /PKGBUILD
parent545f7e9400e590cee70c265fe24da6d826357fe7 (diff)
downloadaur-b57786e53cdacb24ccb07c5843609b7aeec93e61.tar.gz
upgpkg: qrcp 0.6.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cd31137b543..dfae890a6789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go-pie')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('495a54726f843f57bb26f314b902a355b1ed6b99dbd5799f442eef6c5e92045a')
+sha256sums=('c4f0bd70b1cadfa2063feb966645985caa76ae1632c01f5e0deb78021432a4ef')
build() {
cd $pkgname-$pkgver