grml-zsh-config: update to 0.19.0.
This commit also changes the distfiles to make sure that the tarball can be downloaded in the future. See https://github.com/grml/grml-etc-core/issues/120.
This commit is contained in:
parent
ecf00f600f
commit
c3b02af314
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'grml-zsh-config'
|
||||
pkgname=grml-zsh-config
|
||||
version=0.18.0
|
||||
version=0.19.0
|
||||
revision=1
|
||||
wrksrc="grml-etc-core-${version}"
|
||||
short_desc="Grml's zsh setup"
|
||||
maintainer="Christian Poulwey <christian.poulwey@t-online.de>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://grml.org/zsh/"
|
||||
distfiles="https://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${version}.tar.gz"
|
||||
checksum=81bce54ac1cde04d426182b72ffa9077b26f80bcceca4cb9580de4e031a5088f
|
||||
distfiles="https://github.com/grml/grml-etc-core/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=57e406c6c2d588a34b84896ba2f22811cc250d308b264499ebc870bb1ce97122
|
||||
|
||||
do_install() {
|
||||
vinstall etc/skel/.zshrc 0644 etc/skel
|
||||
|
|
Loading…
Reference in a new issue