summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFilipe Nascimento2024-02-04 17:25:38 -0300
committerFilipe Nascimento2024-02-04 17:25:38 -0300
commit13dce7525e53e8a73b53b3c3321971a4b82d9ca3 (patch)
treeeb615664f1f2901842fa875a03e43ce86518cb8a /PKGBUILD
parent8c67d39c4133c5aad6f950d104a02ee8f3efd2bf (diff)
downloadaur-qrcp.tar.gz
upgpkg: qrcp 0.11.2-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 ed51942dc37c..3be236d1833f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.11.1
+pkgver=0.11.2
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=('7c074d05c891a45550be3fb3d9d085c900668f93231d58f5976b6c7081b8f7d2')
+sha256sums=('fd8723e1f792902a1a0eff07242b2915eeec66741c08f5fa1ecdaefce607f168')
build() {
cd $pkgname-$pkgver