rcm: update to 1.3.2.
This commit is contained in:
parent
8687925d70
commit
c452fabd14
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'rcm'
|
# Template file for 'rcm'
|
||||||
pkgname=rcm
|
pkgname=rcm
|
||||||
version=1.3.1
|
version=1.3.2
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
checkdepends="python3-cram"
|
checkdepends="python3-cram"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
short_desc="Management suite for dotfiles"
|
short_desc="Management suite for dotfiles"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/thoughtbot/rcm"
|
homepage="https://github.com/thoughtbot/rcm"
|
||||||
distfiles="https://thoughtbot.github.io/rcm/dist/rcm-${version}.tar.gz"
|
distfiles="https://thoughtbot.github.io/rcm/dist/rcm-${version}.tar.gz"
|
||||||
checksum=9c8f92dba63ab9cb8a6b3d0ccf7ed8edf3f0fb388b044584d74778145fae7f8f
|
checksum=2f31b49c241ed6e74578fc71e6b2ba3a87183d311f28e05b9f7cc7c1c55dda64
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# find '-perm' errors on *hooks* tests
|
# find '-perm' errors on *hooks* tests
|
||||||
|
|
Loading…
Reference in New Issue