summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Almeida <thiago.almeida@topgolf.com>2020-09-04 10:57:46 +0200
committerThiago Almeida <thiago.almeida@topgolf.com>2020-09-04 10:57:46 +0200
commit73c37e380abf040e455b05d20864586c4b08448d (patch)
tree5156fed85d0e3fc162444d709c27d9e524ec4277
parentb9c2cf57a371db919c7fa93651ce2668dee488cd (diff)
Version bump to 0.6.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec0f54..186e73c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qrcp-bin
pkgdesc = Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
- pkgver = 0.6.2
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/claudiodangelis/qrcp
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = qrcp-bin
provides = qrcp
conflicts = qrcp-git
conflicts = qr-filetransfer-git
- source_x86_64 = qrcp-bin-0.6.2.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.6.2/qrcp_0.6.2_linux_x86_64.tar.gz
- sha256sums_x86_64 = 852e1819d30121db53e6f5700e05b3055548b88e2fa18b52a536b15b5360bff6
- source_i386 = qrcp-bin-0.6.2.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.6.2/qrcp_0.6.2_linux_i386.tar.gz
- sha256sums_i386 = b31dea43436aebf013702a67063e46c33f93e8a53d35c6635201dd51514094a2
+ source_x86_64 = qrcp-bin-0.6.4.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.6.4/qrcp_0.6.4_linux_x86_64.tar.gz
+ sha256sums_x86_64 = 5246b119959b23da1b0a06f427c26d5c3ab55d21b8bc9da2b54a5c0f9604a487
+ source_i386 = qrcp-bin-0.6.4.tar.gz::https://github.com/claudiodangelis/qrcp/releases/download/0.6.4/qrcp_0.6.4_linux_i386.tar.gz
+ sha256sums_i386 = aca7fd615f9d528b75c9562e4b82f8f8c51438d42a854bcda3feef42efbe11f9
pkgname = qrcp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4ea0f21..c04a1bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="qrcp-bin"
-pkgver=0.6.2
+pkgver=0.6.4
pkgrel=1
pkgdesc="Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal."
url="https://github.com/claudiodangelis/qrcp"
@@ -11,8 +11,8 @@ provides=('qrcp')
conflicts=('qrcp-git' 'qr-filetransfer-git')
source_x86_64=("$pkgname-$pkgver.tar.gz::$url/releases/download/${pkgver}/${pkgname/-bin/}_${pkgver}_linux_x86_64.tar.gz")
source_i386=("$pkgname-$pkgver.tar.gz::$url/releases/download/${pkgver}/${pkgname/-bin/}_${pkgver}_linux_i386.tar.gz")
-sha256sums_x86_64=('852e1819d30121db53e6f5700e05b3055548b88e2fa18b52a536b15b5360bff6')
-sha256sums_i386=('b31dea43436aebf013702a67063e46c33f93e8a53d35c6635201dd51514094a2')
+sha256sums_x86_64=('5246b119959b23da1b0a06f427c26d5c3ab55d21b8bc9da2b54a5c0f9604a487')
+sha256sums_i386=('aca7fd615f9d528b75c9562e4b82f8f8c51438d42a854bcda3feef42efbe11f9')
package() {
install -Dm755 qrcp "$pkgdir/usr/bin/qrcp"