Browse Source
			
			
			network/wp-cli: Updated for version 2.10.0.
			
				Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
			
			
				pull/223/head
			
			
		 
		
			
				
					
						
						Corrado Franco
					
					2 years ago
					
						
							committed by
							
								
								Willy Sudiarto Raharjo
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 3F617144D7238786
				  	
				  
				
			
		
		
		
	
		
			
				 2 changed files with 
4 additions and 
7 deletions
			 
			
		 
		
			
				- 
					
					
					 
					network/wp-cli/wp-cli.SlackBuild
				
 
			
				- 
					
					
					 
					network/wp-cli/wp-cli.info
				
 
			
		
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				
					| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -28,16 +28,13 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					cd $(dirname $0) ; CWD=$(pwd) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					PRGNAM=wp-cli | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					VERSION=${VERSION:-2.9.0} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					VERSION=${VERSION:-2.10.0} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					BUILD=${BUILD:-1} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					TAG=${TAG:-_SBo} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					PKGTYPE=${PKGTYPE:-tgz} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					ARCH=noarch | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# If the variable PRINT_PACKAGE_NAME is set, then this script will report what | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# the name of the created package would be, and then exit. This information | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					# could be useful to other scripts. | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  exit 0 | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  | 
				
			
			
		
	
										
									
								
							
						 
					 
				 
			
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				
					| 
						
						
						
					 | 
				
				 | 
				
					@ -1,8 +1,8 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					PRGNAM="wp-cli" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					VERSION="2.9.0" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					VERSION="2.10.0" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					HOMEPAGE="http://wp-cli.org/" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					DOWNLOAD="https://github.com/wp-cli/wp-cli/releases/download/v2.9.0/wp-cli-2.9.0.phar" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					MD5SUM="70e03d22d0073c4447da4f6086067ccc" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					DOWNLOAD="https://github.com/wp-cli/wp-cli/releases/download/v2.10.0/wp-cli-2.10.0.phar" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					MD5SUM="6710e90c3ed173925acd35ce5fe5aaf9" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					DOWNLOAD_x86_64="" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					MD5SUM_x86_64="" | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					REQUIRES="composer" | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |