summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2017-02-03 11:28:06 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 06:59:37 +0700
commite1f57ac1868a540f869108740dea01ac69a6f32e (patch)
tree4c11e6a51c117a67d8dba5706e99fc1070d91370 /libraries
parent665e61089bb7c3cf659e91b83f353f0e35368742 (diff)
downloadslackbuilds-e1f57ac1868a540f869108740dea01ac69a6f32e.tar.gz
slackbuilds-e1f57ac1868a540f869108740dea01ac69a6f32e.tar.xz
libraries/sqlpp11: Updated for version 0.45.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/sqlpp11/README12
-rw-r--r--libraries/sqlpp11/slack-desc12
-rw-r--r--libraries/sqlpp11/sqlpp11.SlackBuild2
-rw-r--r--libraries/sqlpp11/sqlpp11.info6
4 files changed, 16 insertions, 16 deletions
diff --git a/libraries/sqlpp11/README b/libraries/sqlpp11/README
index 54db5a368b..46719afa1a 100644
--- a/libraries/sqlpp11/README
+++ b/libraries/sqlpp11/README
@@ -1,9 +1,9 @@
-sqlpp11 offers you to code SQL in C++ almost naturally. You can use
-tables, columns and functions. Everything has strong types which
+sqlpp11 offers you to code SQL in C++ almost naturally. You can use
+tables, columns and functions. Everything has strong types which
allow the compiler to help you a lot. At compile time, it will tell
-about most of those pesky oversight errors you can make (typos,
-comparing apples with oranges, forgetting tables in a select
-statement, etc). And it does not stop at query construction.
+about most of those pesky oversight errors you can make (typos,
+comparing apples with oranges, forgetting tables in a select
+statement, etc). And it does not stop at query construction.
Results have ranges, and strongly typed members, so that you can
-browse through results in a type-safe manner, worthy of modern
+browse through results in a type-safe manner, worthy of modern
C++.
diff --git a/libraries/sqlpp11/slack-desc b/libraries/sqlpp11/slack-desc
index 2113fb160b..e6ee6d9493 100644
--- a/libraries/sqlpp11/slack-desc
+++ b/libraries/sqlpp11/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
sqlpp11: sqlpp11 (A type safe SQL template library for C++)
sqlpp11:
-sqlpp11: sqlpp11 offers you to code SQL in C++ almost naturally. You
-sqlpp11: can use tables, columns and functions. Everything has strong
-sqlpp11: types which allow the compiler to help you a lot. At compile
-sqlpp11: time, it will tell about most of those pesky oversight
+sqlpp11: sqlpp11 offers you to code SQL in C++ almost naturally. You
+sqlpp11: can use tables, columns and functions. Everything has strong
+sqlpp11: types which allow the compiler to help you a lot. At compile
+sqlpp11: time, it will tell about most of those pesky oversight
sqlpp11: errors you can make
-sqlpp11:
-sqlpp11:
+sqlpp11:
+sqlpp11:
sqlpp11: https://github.com/rbock/sqlpp11
sqlpp11:
diff --git a/libraries/sqlpp11/sqlpp11.SlackBuild b/libraries/sqlpp11/sqlpp11.SlackBuild
index 5da7553631..a14f625154 100644
--- a/libraries/sqlpp11/sqlpp11.SlackBuild
+++ b/libraries/sqlpp11/sqlpp11.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sqlpp11
-VERSION=${VERSION:-0.44}
+VERSION=${VERSION:-0.45}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/libraries/sqlpp11/sqlpp11.info b/libraries/sqlpp11/sqlpp11.info
index ef98f6c117..85fac658bf 100644
--- a/libraries/sqlpp11/sqlpp11.info
+++ b/libraries/sqlpp11/sqlpp11.info
@@ -1,8 +1,8 @@
PRGNAM="sqlpp11"
-VERSION="0.44"
+VERSION="0.45"
HOMEPAGE="https://github.com/rbock/sqlpp11"
-DOWNLOAD="https://github.com/rbock/sqlpp11/archive/0.44/sqlpp11-0.44.tar.gz"
-MD5SUM="1bb843efc37f5df35b8fbc557ad86a07"
+DOWNLOAD="https://github.com/rbock/sqlpp11/archive/0.45/sqlpp11-0.45.tar.gz"
+MD5SUM="2f97f7fed0c7621b387be18b5e2db883"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyparsing hinnant-date"