Skip to content

Commit

Permalink
ready for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Apr 21, 2021
1 parent c5ba14e commit e395325
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pkgmgr

[![Unit Tests](https://github.com/omniosorg/pkgmgr/workflows/Unit%20Tests/badge.svg?branch=master&event=push)](https://github.com/omniosorg/pkgmgr/actions?query=workflow%3A%22Unit+Tests%22)

Version: 0.4.0
Version: 0.4.1

Date: 2021-02-14
Date: 2021-04-21

pkgmgr is an IPS package management and publishing tool.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
4 changes: 3 additions & 1 deletion bootstrap
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh
export MAKE=gmake
# some perl modules require gnu-tar to unpack
export PATH=/usr/gnu/bin:$PATH
autoreconf --force --install --verbose --make
touch cpanfile
git log --full-history --simplify-merges --dense --no-merges > CHANGES
# EOF
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requires 'Data::Processor';
requires 'Crypt::OpenSSL::X509';
requires 'Crypt::OpenSSL::X509', '== 1.902';

0 comments on commit e395325

Please sign in to comment.