Skip to content

Commit

Permalink
Merge pull request #1149 from mariux64/update-sqlite-from-3.26.0-to-3…
Browse files Browse the repository at this point in the history
….28.0

Update SQLite from 3.26.0 to 3.28.0
  • Loading branch information
pmenzel authored Jun 28, 2019
2 parents 93347bc + e985d56 commit 2f6551f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlite.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/env beesh

# BEE_VERSION sqlite-3.26.00.00-0
# BEE_VERSION sqlite-3.28.00.00-0

SRCURL[0]="https://sqlite.org/2018/sqlite-autoconf-${PKGVERSION//./}.tar.gz"
SRCURL[0]="https://sqlite.org/2019/sqlite-autoconf-${PKGVERSION//./}.tar.gz"

mee_configure() {
bee_configure \
Expand Down

0 comments on commit 2f6551f

Please sign in to comment.