Magellan Linux

Diff of /smage/trunk/extras/rdesktop/rdesktop-1.9.0-r1.smage2

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

revision 14353 by niro, Thu Jul 9 09:19:10 2020 UTC revision 14354 by niro, Thu Jul 9 09:29:39 2020 UTC
# Line 37  ALX_PKG_KEEP="usr/bin/rdesktop Line 37  ALX_PKG_KEEP="usr/bin/rdesktop
37  sminclude mbuild alx-split  sminclude mbuild alx-split
38    
39  SRC_URI=(  SRC_URI=(
40   sourceforge://${PNAME}/${SRCFILE}   https://github.com/${PNAME}/${PNAME}/releases/download/v${PVER}/${SRCFILE}
41   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
  mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1-fixes.patch  
  mirror://${PNAME}/${PNAME}-${PVER}-openssl-1.1-x509-fixes.patch  
42  )  )
43    
44  UP2DATE="updatecmd_sourceforge ${PNAME}"  UP2SEPERATOR="v"
45    UP2EXCLUDE="rdesktop-"
46    UP2DATE="updatecmd https://github.com/${PNAME}/${PNAME}/releases | highesttarball gz"
47    
48  src_prepare()  src_prepare()
49  {  {

Legend:
Removed from v.14353  
changed lines
  Added in v.14354