ncspot: update to 0.7.3
This commit is contained in:
		
							parent
							
								
									3820aa5604
								
							
						
					
					
						commit
						00c226d90e
					
				
					 1 changed files with 10 additions and 10 deletions
				
			
		|  | @ -1,13 +1,13 @@ | ||||||
| pkgname=ncspot | pkgname=ncspot | ||||||
| pkgver=0.6.0 | pkgver=0.7.3 | ||||||
| 
 | 
 | ||||||
| _clear_vendor_checksums() { | _clear_vendor_checksums() { | ||||||
|     	sed -i 's/\("files":{\)[^}]*/\1/' vendor/$1/.cargo-checksum.json |     	sed -i 's/\("files":{\)[^}]*/\1/' vendor/$1/.cargo-checksum.json | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| fetch() { | fetch() { | ||||||
| 	curl -L "https://github.com/hrkfdn/ncspot/archive/refs/tags/v0.6.0.tar.gz" -o $pkgname-$pkgver.tar.gz | 	curl -L "https://github.com/hrkfdn/ncspot/archive/refs/tags/v$pkgver.tar.gz" -o $pkgname-$pkgver.tar.gz | ||||||
| 	curl -L "https://github.com/sfackler/rust-openssl/archive/refs/tags/openssl-v0.10.34.tar.gz" -o rust-openssl.tar.gz | 	# curl -L "https://github.com/sfackler/rust-openssl/archive/refs/tags/openssl-v0.10.34.tar.gz" -o rust-openssl.tar.gz | ||||||
| 	curl -L "https://github.com/Ella-0/ncurses-rs/archive/refs/heads/master.tar.gz" -o ncurses.tar.gz | 	curl -L "https://github.com/Ella-0/ncurses-rs/archive/refs/heads/master.tar.gz" -o ncurses.tar.gz | ||||||
| 	curl -L "https://github.com/Ella-0/pancurses/archive/refs/heads/master.tar.gz" -o pancurses.tar.gz | 	curl -L "https://github.com/Ella-0/pancurses/archive/refs/heads/master.tar.gz" -o pancurses.tar.gz | ||||||
| 	tar -xf ncurses.tar.gz | 	tar -xf ncurses.tar.gz | ||||||
|  | @ -20,18 +20,18 @@ fetch() { | ||||||
| 	cd $pkgname-$pkgver | 	cd $pkgname-$pkgver | ||||||
| 	mkdir -p .cargo | 	mkdir -p .cargo | ||||||
| 	cargo vendor > .cargo/config | 	cargo vendor > .cargo/config | ||||||
| 	_clear_vendor_checksums openssl-sys | 	# _clear_vendor_checksums openssl-sys | ||||||
| 	_clear_vendor_checksums openssl | 	# _clear_vendor_checksums openssl | ||||||
| 	_clear_vendor_checksums ncurses | 	_clear_vendor_checksums ncurses | ||||||
| 	_clear_vendor_checksums pancurses | 	_clear_vendor_checksums pancurses | ||||||
| 	_clear_vendor_checksums cursive | 	_clear_vendor_checksums cursive | ||||||
| 	cp -r ../rust-openssl-openssl-v0.10.34/openssl/ vendor/ | 	# cp -r ../rust-openssl-openssl-v0.10.34/openssl/ vendor/ | ||||||
| 	cp -r ../rust-openssl-openssl-v0.10.34/openssl-sys/ vendor/ | 	# cp -r ../rust-openssl-openssl-v0.10.34/openssl-sys/ vendor/ | ||||||
| 	cp -r ../ncurses/ vendor/ | 	cp -r ../ncurses/ vendor/ | ||||||
| 	cp -r ../pancurses/ vendor/ | 	cp -r ../pancurses/ vendor/ | ||||||
| 	sed vendor/openssl/Cargo.toml -i -e 's/0.10.34/0.10.33/g' | 	# sed vendor/openssl/Cargo.toml -i -e 's/0.10.34/0.10.33/g' | ||||||
| 	sed vendor/openssl/Cargo.toml -i -e 's/0.9.62/0.9.61/g' | 	# sed vendor/openssl/Cargo.toml -i -e 's/0.9.62/0.9.61/g' | ||||||
| 	sed vendor/openssl-sys/Cargo.toml -i -e 's/0.9.62/0.9.61/g' | 	# sed vendor/openssl-sys/Cargo.toml -i -e 's/0.9.62/0.9.61/g' | ||||||
| 	sed vendor/ncurses/Cargo.toml -i -e 's/5.100.0/5.101.0/g' | 	sed vendor/ncurses/Cargo.toml -i -e 's/5.100.0/5.101.0/g' | ||||||
| 	patch -p1 < ../cursive_ptr.patch | 	patch -p1 < ../cursive_ptr.patch | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue