Browse Source
Merge pull request #17168 from garikello3d/libpqxx-version-7.6.0
libpqxx: update to version 7.6.0
lilik-openwrt-22.03
Michael Heimpold
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
libs/libpqxx/Makefile
|
|
@ -1,13 +1,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libpqxx |
|
|
|
PKG_VERSION:=7.5.2 |
|
|
|
PKG_VERSION:=7.6.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/jtv/libpqxx |
|
|
|
PKG_SOURCE_VERSION:=$(PKG_VERSION) |
|
|
|
PKG_MIRROR_HASH:=9f7fc055f16289e871f8ff59b7fe085f5eab34264503671f357ef71d5f1bbc02 |
|
|
|
PKG_MIRROR_HASH:=814f58fc151cc015b891368e1e2ceba34b1317c132a24897eed06f234fd0f283 |
|
|
|
|
|
|
|
CMAKE_INSTALL:=1 |
|
|
|
|
|
|
|