Simple update to 3.3.1
This commit is contained in:
parent
ce651ac045
commit
a4bcc19968
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2016/11/23 15:07:10 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2017/05/10 10:46:05 sebastia Exp $
|
||||
|
||||
COMMENT= simple pluggable hierarchical database
|
||||
|
||||
V= 3.2.2
|
||||
V= 3.3.1
|
||||
DISTNAME= hiera-${V}
|
||||
PKGNAME= hiera3-${V}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= databases
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hiera-3.2.2.gem) = cY8nlOW6UdxjxXbwGsntz2vVd6UCR/95zR4wZBqa844=
|
||||
SIZE (hiera-3.2.2.gem) = 40448
|
||||
SHA256 (hiera-3.3.1.gem) = UBuBiOmsbtQmZ0Lk5H3xhYFct+1gI6Eh+/l7IwjDOUs=
|
||||
SIZE (hiera-3.3.1.gem) = 40960
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2016/11/23 15:07:10 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2017/05/10 10:46:05 sebastia Exp $
|
||||
@conflict ruby22-hiera-<3.0.0
|
||||
${GEM_BIN}/hiera${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
@ -38,6 +38,11 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/unit/console_logger_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fallback_logger_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/filecache_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/config/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/config/hiera.yaml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/data/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/badconfig/data/common.yaml
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/config/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/unit/fixtures/interpolate/config/hiera.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user