mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-DBD-SQLite: Updated for version 1.74.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ff396972cc
commit
f3c8edf8eb
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-DBD-SQLite
|
||||
|
||||
# Copyright 2012-2022, Thomas Morper, Nürnberg, Germany
|
||||
# Copyright 2012-2023, Thomas Morper, Nürnberg, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=perl-DBD-SQLite
|
||||
VERSION=${VERSION:-1.72}
|
||||
VERSION=${VERSION:-1.74}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-DBD-SQLite"
|
||||
VERSION="1.72"
|
||||
VERSION="1.74"
|
||||
HOMEPAGE="https://metacpan.org/pod/DBD::SQLite"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.72.tar.gz"
|
||||
MD5SUM="976df252ae0aceb7fb81587af425580b"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.74.tar.gz"
|
||||
MD5SUM="9481bd8b644a2ef56ab01aead403649c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue