i2pd version bump to 2.41.0

added example config files to docs directory
This commit is contained in:
shelldweller 2022-02-22 09:01:56 -07:00
parent 58f7f3c436
commit be7a2de1d5
3 changed files with 10 additions and 6 deletions

Binary file not shown.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=i2pd
VERSION=${VERSION:-2.40.0}
VERSION=${VERSION:-2.41.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -49,6 +49,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC -DPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
@ -88,8 +91,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog LICENSE README.md docs/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog LICENSE README.md docs/ contrib/certificates/ contrib/tunnels.d/ \
contrib/i2pd.conf contrib/tunnels.conf contrib/subscriptions.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -name "Makefile" -delete
find $PKG/usr/doc -type f -exec chmod 644 {} \;

View File

@ -1,8 +1,8 @@
PRGNAM="i2pd"
VERSION="2.40.0"
VERSION="2.41.0"
HOMEPAGE="http://i2pd.website/"
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.40.0/i2pd-2.40.0.tar.gz"
MD5SUM="43f3cafbd18bb9d6fc73e0c1008a5dbb"
DOWNLOAD="https://github.com/PurpleI2P/i2pd/archive/2.41.0/i2pd-2.41.0.tar.gz"
MD5SUM="b0507f9183175b76dbd8d2a6bd298ed0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""