diff options
author | Thiago Almeida <thiagoalmeidasa@gmail.com> | 2023-04-13 13:42:58 +0200 |
---|---|---|
committer | Thiago Almeida <thiagoalmeidasa@gmail.com> | 2023-04-13 13:42:58 +0200 |
commit | 286081f35c2cee9fe0cec2147f302c5f38cb7f13 (patch) | |
tree | 9b51abed7ce73f14daa15f485ff4f7d4a7b05a95 /PKGBUILD | |
parent | ea7fc6f21f17c9431526008b16a495737edeb4cd (diff) |
feat(update): version bump to 0.10.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-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.9.1 +pkgver=0.10.1 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' 'qrcp') 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=(b5a44ee46a05a83769143d94831d2302abb4dcdf88dd10eda88267583075fcff) -sha256sums_i386=(ad09c4ebc7f35fe96a88f5d96e877341ff5000c08c929b3d54ebd995981ad8b7) +sha256sums_x86_64=(d9f1bdf1c9ae80dd7e731556be75341cf76e3462b6ae8405ca4f608c5370fd16) +sha256sums_i386=(ce95248a65548ab15f12acba7cd642c83efeb261bb28a92d6d913fa6ed48bb3a) build() { |