Magellan Linux

Diff of /smage/trunk/core/sqlite/sqlite-3.32.3-r1.smage2

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

revision 13921 by niro, Sat Jun 27 18:24:29 2020 UTC revision 13922 by niro, Sat Jun 27 18:25:10 2020 UTC
# Line 53  SRC_URI=( Line 53  SRC_URI=(
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.13921  
changed lines
  Added in v.13922