summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2022-03-15 07:53:15 -0300
committerFilipe Nascimento2022-03-15 07:53:15 -0300
commitf8b086831f4342155bbed8f4a8148e9c860d1571 (patch)
treeed75cdd6219f245b6fc5ab20c3c4e4d1e5ffb163 /PKGBUILD
parentc12f6479eb4193495685a237927d735b0aef1b3e (diff)
downloadaur-f8b086831f4342155bbed8f4a8148e9c860d1571.tar.gz
upgpkg: qrcp 0.9.1-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 5d4bab292ef0..5ae8259200ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.8.5
+pkgver=0.9.1
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' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('f432347c3892c97ef31345e93435ca4ec3b5bacf09874635f6f50a610d804b26')
+sha256sums=('1ee0d1b04222fb2a559d412b144a49051c3315cbc99c7ea1f281bdd4f13f07bf')
build() {
cd $pkgname-$pkgver