mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/sqlpp11-connector-sqlite3: Updated for version 0.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a88628599
commit
0317563f37
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sqlpp11-connector-sqlite3
|
||||
VERSION=${VERSION:-0.23}
|
||||
VERSION=${VERSION:-0.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqlpp11-connector-sqlite3"
|
||||
VERSION="0.23"
|
||||
VERSION="0.24"
|
||||
HOMEPAGE="https://github.com/rbock/sqlpp11-connector-sqlite3"
|
||||
DOWNLOAD="https://github.com/rbock/sqlpp11-connector-sqlite3/archive/0.23/sqlpp11-connector-sqlite3-0.23.tar.gz"
|
||||
MD5SUM="d49dbe891a9cb806ab88803e08a9d6b9"
|
||||
DOWNLOAD="https://github.com/rbock/sqlpp11-connector-sqlite3/archive/0.24/sqlpp11-connector-sqlite3-0.24.tar.gz"
|
||||
MD5SUM="99a12d4d12383d4fde0bfae66e634b28"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="sqlpp11"
|
||||
|
|
Loading…
Reference in a new issue