browserpass: update to 2.0.22.
* update homepage and distfile url
This commit is contained in:
parent
2314721a3c
commit
be35113e6a
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'browserpass'
|
# Template file for 'browserpass'
|
||||||
pkgname=browserpass
|
pkgname=browserpass
|
||||||
version=2.0.21
|
version=2.0.22
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/dannyvankooten/browserpass"
|
go_import_path=github.com/dannyvankooten/browserpass
|
||||||
go_package="${go_import_path}/cmd/browserpass"
|
go_package="${go_import_path}/cmd/browserpass"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Browser extension for pass"
|
short_desc="Browser extension for pass"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dannyvankooten/browserpass"
|
homepage="https://github.com/browserpass/browserpass"
|
||||||
distfiles="https://github.com/dannyvankooten/browserpass/archive/${version}.tar.gz"
|
distfiles="https://github.com/browserpass/browserpass/archive/${version}.tar.gz"
|
||||||
checksum=df318a98187e718a49d9d579c0184e39d41a8b8e6f53ddb9a7d8efab8ee2fcac
|
checksum=ce4d8f17b25982af67e5090a79d3cffeb6fddc36f579e87851a90b3e9515ae45
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
sed -i "s:%%replace%%:/usr/bin/browserpass:" chrome/host.json firefox/host.json
|
sed -i "s:%%replace%%:/usr/bin/browserpass:" chrome/host.json firefox/host.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue