so: update to 0.4.8
This commit is contained in:
parent
bd40077123
commit
9f175ebf3b
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'so'
|
# Template file for 'so'
|
||||||
pkgname=so
|
pkgname=so
|
||||||
version=0.4.6
|
version=0.4.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="Terminal interface for Stack Overflow"
|
||||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/samtay/so"
|
homepage="https://github.com/samtay/so"
|
||||||
|
changelog="https://raw.githubusercontent.com/samtay/so/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/samtay/so/archive/v${version}.tar.gz"
|
distfiles="https://github.com/samtay/so/archive/v${version}.tar.gz"
|
||||||
checksum=47a3cf5cef9d87dea223ef1c8fae3cf8c2ae0673d9eb4c8d73d733ce8ff45619
|
checksum=11e37927b248824d8f2475b695168889afe0c14f9183cf2f31a9c0395d00dd98
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue