forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The official download mirror does not host 3.1.12 anymore. Update to newest version to solve the issue. Signed-off-by: Nick Hainke <[email protected]>
- Loading branch information
1 parent
14f151a
commit ed7d38c
Showing
2 changed files
with
2 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=libmariadb | ||
PKG_VERSION:=3.1.12 | ||
PKG_VERSION:=3.1.18 | ||
PKG_RELEASE:=$(AUTORELEASE) | ||
|
||
PKG_SOURCE:=mariadb-connector-c-$(PKG_VERSION)-src.tar.gz | ||
|
@@ -17,7 +17,7 @@ PKG_SOURCE_URL := \ | |
https://mirror.lstn.net/mariadb/connector-c-$(PKG_VERSION) \ | ||
https://ftp.yz.yamagata-u.ac.jp/pub/dbms/mariadb/connector-c-$(PKG_VERSION) \ | ||
https://downloads.mariadb.org/interstitial/connector-c-$(PKG_VERSION) | ||
PKG_HASH:=2f5ae14708b4813e4ff6857d152c22e6fc0e551c9fa743c1ef81a68e3254fe63 | ||
PKG_HASH:=b01ecacf7531c2f36d90708845488e66462bf63627c58cb5986bd1c0833e4d9c | ||
PKG_BUILD_DIR:=$(BUILD_DIR)/mariadb-connector-c-$(PKG_VERSION)-src | ||
|
||
PKG_MAINTAINER:=Michal Hrusecky <[email protected]> | ||
|
This file was deleted.
Oops, something went wrong.