Browse Source

sqlite: update to v3.37 (2021-11-27)

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
lilik-openwrt-22.03
Marius Dinu 2 years ago
committed by Etienne Champetier
parent
commit
b2309dc25e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      libs/sqlite3/Makefile

+ 4
- 4
libs/sqlite3/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sqlite
PKG_VERSION:=3330000
PKG_RELEASE:=2
PKG_VERSION:=3370000
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz
PKG_HASH:=106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d6956bbb15
PKG_SOURCE_URL:=https://www.sqlite.org/2020/
PKG_HASH:=731a4651d4d4b36fc7d21db586b2de4dd00af31fd54fb5a9a4b7f492057479f7
PKG_SOURCE_URL:=https://www.sqlite.org/2021/
PKG_LICENSE:=PUBLICDOMAIN
PKG_LICENSE_FILES:=


Loading…
Cancel
Save