diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 10:13:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:54 +0000 |
commit | 114233cc15daaf92388d07c684cb902aae01d979 (patch) | |
tree | 4550962c31c78be138730a39d7e21bb5f843ba88 /testing/openwsman | |
parent | 26072938eb1c66c94710245ca8fccd7135b94649 (diff) | |
download | aports-114233cc15daaf92388d07c684cb902aae01d979.tar.bz2 aports-114233cc15daaf92388d07c684cb902aae01d979.tar.xz |
testing/openwsman: rebuild against perl 5.30
Diffstat (limited to 'testing/openwsman')
-rw-r--r-- | testing/openwsman/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openwsman/APKBUILD b/testing/openwsman/APKBUILD index d0030230c1..026e9d8a4b 100644 --- a/testing/openwsman/APKBUILD +++ b/testing/openwsman/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=openwsman pkgver=2.6.9 -pkgrel=1 +pkgrel=2 pkgdesc="Opensource Implementation of WS-Management" url="https://openwsman.github.io" arch="all" |