ports/compat-32 (3.3): sqlite3-32 fix source url for 2017, thank you Bernd, this gets me /every/ single year
commit 7809f7782e87317253adc4802c8b1698bc83ca34 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Jan 28 18:30:02 2017 +1100 sqlite3-32 fix source url for 2017, thank you Bernd, this gets me /every/ single year diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index ed46762..6015574 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}
participants (1)
-
crux@crux.nu