mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
pass-git-helper: update to 1.0.0
This commit is contained in:
parent
33716a6e0c
commit
af17fc8727
1 changed files with 5 additions and 6 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'pass-git-helper'
|
# Template file for 'pass-git-helper'
|
||||||
pkgname=pass-git-helper
|
pkgname=pass-git-helper
|
||||||
version=0.4
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-release-${version}
|
|
||||||
build_style=python3-module
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="pass python3-xdg"
|
depends="pass python3-xdg"
|
||||||
short_desc="Git credential helper interfacing with pass"
|
short_desc="Git credential helper interfacing with pass"
|
||||||
maintainer="teldra <teldra@rotce.de>"
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
license="LGPL-3"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/languitar/${pkgname}"
|
homepage="https://github.com/languitar/${pkgname}"
|
||||||
distfiles="https://github.com/languitar/${pkgname}/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/languitar/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=07d628d33f8850db18a3fe3a24cbbdc9daf2434c1235c71c626dc176768e049c
|
checksum=7f430bb02fd6d494abde9ae518dde7ecff64197777e9a5bec7310b9311809169
|
||||||
|
|
Loading…
Add table
Reference in a new issue