diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-16 20:39:45 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-16 20:39:45 +0000 |
commit | 1fa652be71fa236d0acf33bab73eafff1cdb1cb2 (patch) | |
tree | 02ad05d0d59dd8e6a50b103fdcac18326efb570c /community/lastpass-cli/APKBUILD | |
parent | 9d9d14e82b4f53c861dfde6c422a2cb43b35056e (diff) | |
download | aports-1fa652be71fa236d0acf33bab73eafff1cdb1cb2.tar.gz aports-1fa652be71fa236d0acf33bab73eafff1cdb1cb2.tar.bz2 aports-1fa652be71fa236d0acf33bab73eafff1cdb1cb2.tar.xz |
community/lastpass-cli: upgrade to 1.3.3
Diffstat (limited to 'community/lastpass-cli/APKBUILD')
-rw-r--r-- | community/lastpass-cli/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lastpass-cli/APKBUILD b/community/lastpass-cli/APKBUILD index e8bd51074c9..e4ee0fdd3e4 100644 --- a/community/lastpass-cli/APKBUILD +++ b/community/lastpass-cli/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=lastpass-cli -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=0 pkgdesc="LastPass command line interface tool" url="https://lastpass.com" @@ -58,4 +58,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/$pkgname.fish } -sha512sums="b293e86d70988aa5860a94fdc2bc65341bb253d2423c8f745730419400adc91ff860017d35657d283458c477c2385ff2532b8aefa752f886b207da8d10bf9018 lastpass-cli-1.3.2.tar.gz" +sha512sums="9b9274cae1fe4045b7df4402170c522ab5765929739e76141b35a75ce3c8af824acd881e194face45e8721d6ce778bde97ff1a1ac23515de0c6dba28d61a8c7e lastpass-cli-1.3.3.tar.gz" |