summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2023-12-14 16:44:02 -0300
committerFilipe Nascimento2023-12-14 16:44:02 -0300
commit7087ace1c72f7a5c380b4d19c8118be15f05f3a4 (patch)
tree0737eaa6ec4eaebf0c872d959687b8383e382ac0 /PKGBUILD
parentb51028665acb87073782e7ff0642971a4e510f77 (diff)
downloadaur-7087ace1c72f7a5c380b4d19c8118be15f05f3a4.tar.gz
upgpkg: qrcp 0.11.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 34ebf0c68ae9..e975f1b49955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.10.1
+pkgver=0.11.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' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('866344c247fbc2bd4def91e2b7fe395b81bc954b89dad4f32ebd8033bd2e6c7d')
+sha256sums=('5e3949d99b19934dd485da2bad54ba63efeb0448aeb9616b2046398b02d57931')
build() {
cd $pkgname-$pkgver