Browse Source

Merge pull request #11224 from sartura/sqlite3-update

sqlite3: update to version 3.31.1
lilik-openwrt-22.03
Josef Schlehofer 5 years ago
committed by GitHub
parent
commit
878c2996ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/sqlite3/Makefile

+ 3
- 3
libs/sqlite3/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sqlite
PKG_VERSION:=3300100
PKG_VERSION:=3310100
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
PKG_HASH:=8c5a50db089bd2a1b08dbc5b00d2027602ca7ff238ba7658fabca454d4298e60
PKG_SOURCE_URL:=https://www.sqlite.org/2019/
PKG_HASH:=62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b51949ae
PKG_SOURCE_URL:=https://www.sqlite.org/2020/
PKG_LICENSE:=PUBLICDOMAIN
PKG_LICENSE_FILES:=


Loading…
Cancel
Save