diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2017-01-28 18:30:02 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2017-01-28 18:30:02 +1100 |
commit | 7809f7782e87317253adc4802c8b1698bc83ca34 (patch) | |
tree | 69fb0ce4ba86fdbf7f711e3e1c343a8785b2b796 /sqlite3-32 | |
parent | b2d749ec281de9150df77f9a4ea4350e9e3482dd (diff) | |
download | compat-32-7809f7782e87317253adc4802c8b1698bc83ca34.tar.gz compat-32-7809f7782e87317253adc4802c8b1698bc83ca34.tar.xz |
sqlite3-32 fix source url for 2017, thank you Bernd, this gets me /every/ single year
Diffstat (limited to 'sqlite3-32')
-rw-r--r-- | sqlite3-32/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index ed46762f..60155744 100644 --- a/sqlite3-32/Pkgfile +++ b/sqlite3-32/Pkgfile @@ -1,5 +1,5 @@ # Description: SQL database engine -# URL: http://www.sqlite.org/ +# URL: https://www.sqlite.org/ # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: ncurses-32 readline-32 sqlite3 @@ -8,7 +8,7 @@ version=3.16.2 release=1 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) -source=(http://www.sqlite.org/2016/sqlite-autoconf-${_version}.tar.gz) +source=(https://www.sqlite.org/2017/sqlite-autoconf-${_version}.tar.gz) build() { cd sqlite-autoconf-${_version} |