diff options
author | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-05-08 15:27:08 +0200 |
---|---|---|
committer | Thiago Almeida <thiago.almeida@topgolf.com> | 2020-05-08 15:27:08 +0200 |
commit | b9c2cf57a371db919c7fa93651ce2668dee488cd (patch) | |
tree | 034d60359f4c43fca9f543de54c7bece44bcd66f /PKGBUILD | |
parent | 37996027e2f0d81ce057fc261b7d4de5161a1bca (diff) |
Version bump to 0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d> pkgname="qrcp-bin" -pkgver=0.6.1 +pkgver=0.6.2 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=('e8ea7897cd0670836af7322b2bbe673246908686b8c56b0fe1636f6a9a06e32a') -sha256sums_i386=('924eecdc8881fea5c6137775562bb59c9221ccf9e89a73a5deea38914427a16d') +sha256sums_x86_64=('852e1819d30121db53e6f5700e05b3055548b88e2fa18b52a536b15b5360bff6') +sha256sums_i386=('b31dea43436aebf013702a67063e46c33f93e8a53d35c6635201dd51514094a2') package() { install -Dm755 qrcp "$pkgdir/usr/bin/qrcp" |