summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2023-12-22 15:38:14 -0300
committerFilipe Nascimento2023-12-22 15:38:14 -0300
commit8c67d39c4133c5aad6f950d104a02ee8f3efd2bf (patch)
tree29567da7cc86d68e60128308290241c77f6d7f8a
parent7087ace1c72f7a5c380b4d19c8118be15f05f3a4 (diff)
downloadaur-8c67d39c4133c5aad6f950d104a02ee8f3efd2bf.tar.gz
upgpkg: qrcp 0.11.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1dad184fc6..41bec69874f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qrcp
pkgdesc = Transfer files over Wi-Fi from your computer to a mobile device by scanning a QR code without leaving the terminal
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/claudiodangelis/qrcp
arch = i686
@@ -10,7 +10,7 @@ pkgbase = qrcp
license = MIT
makedepends = go
depends = glibc
- source = qrcp-0.11.0.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.11.0.tar.gz
- sha256sums = 5e3949d99b19934dd485da2bad54ba63efeb0448aeb9616b2046398b02d57931
+ source = qrcp-0.11.1.tar.gz::https://github.com/claudiodangelis/qrcp/archive/0.11.1.tar.gz
+ sha256sums = 7c074d05c891a45550be3fb3d9d085c900668f93231d58f5976b6c7081b8f7d2
pkgname = qrcp
diff --git a/PKGBUILD b/PKGBUILD
index e975f1b49955..ed51942dc37c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Filipe Nascimento <flipee at tuta dot io>
pkgname=qrcp
-pkgver=0.11.0
+pkgver=0.11.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=('5e3949d99b19934dd485da2bad54ba63efeb0448aeb9616b2046398b02d57931')
+sha256sums=('7c074d05c891a45550be3fb3d9d085c900668f93231d58f5976b6c7081b8f7d2')
build() {
cd $pkgname-$pkgver