Magellan Linux

Diff of /smage/branches/alx07x-stable/core/sqlite/sqlite-3.32.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13920 by niro, Sat Jun 27 18:06:06 2020 UTC revision 13922 by niro, Sat Jun 27 18:25:10 2020 UTC
# Line 49  ALX_PKG_KEEP="usr/bin usr/$(mlibdir)/*.s Line 49  ALX_PKG_KEEP="usr/bin usr/$(mlibdir)/*.s
49  sminclude multilib mbuild alx-split  sminclude multilib mbuild alx-split
50    
51  SRC_URI=(  SRC_URI=(
52   http://www.sqlite.org/2020/${SRCFILE}   https://www.sqlite.org/2020/${SRCFILE}
53   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
54  )  )
55    
56  #UP2DATE="updatecmd http://www.sqlite.org | grep 'Latest Release' | sed -n 's/.*Version \(.*\)\ (.*/\1/;$ p'"  #UP2DATE="updatecmd https://www.sqlite.org | grep 'Latest Release' | sed -n 's/.*Version \(.*\)\ (.*/\1/;$ p'"
57  UP2DATE="updatecmd http://www.sqlite.org | grep 'Version' | sed -n 's/.*Version \(.*\)\ (.*/\1/;$ p'"  UP2DATE="updatecmd https://www.sqlite.org | grep 'Version' | sed -n 's/.*Version \(.*\)\ (.*/\1/;$ p'"
58    
59  src_compile()  src_compile()
60  {  {

Legend:
Removed from v.13920  
changed lines
  Added in v.13922