mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/sqlpp11: Updated for version 0.48.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
79e19e1c2d
commit
6802e834a1
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=sqlpp11
|
||||
VERSION=${VERSION:-0.45}
|
||||
VERSION=${VERSION:-0.48}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sqlpp11"
|
||||
VERSION="0.45"
|
||||
VERSION="0.48"
|
||||
HOMEPAGE="https://github.com/rbock/sqlpp11"
|
||||
DOWNLOAD="https://github.com/rbock/sqlpp11/archive/0.45/sqlpp11-0.45.tar.gz"
|
||||
MD5SUM="2f97f7fed0c7621b387be18b5e2db883"
|
||||
DOWNLOAD="https://github.com/rbock/sqlpp11/archive/0.48/sqlpp11-0.48.tar.gz"
|
||||
MD5SUM="08472270e6c12a86c032bfc55a8c4e86"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pyparsing hinnant-date"
|
||||
|
|
Loading…
Reference in a new issue