mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sx: fix dead distfile
This commit is contained in:
parent
e4c6810870
commit
89f1dfe025
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sx'
|
# Template file for 'sx'
|
||||||
pkgname=sx
|
pkgname=sx
|
||||||
version=3.0.0
|
version=3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="xorg-server xauth"
|
depends="xorg-server xauth"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="mustaqim <mustaqim@pm.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/Earnestly/sx"
|
homepage="https://github.com/Earnestly/sx"
|
||||||
distfiles="https://github.com/Earnestly/sx/archive/${version}.tar.gz"
|
distfiles="https://github.com/Earnestly/sx/archive/${version}.tar.gz"
|
||||||
checksum=677b54292b63ec62628e9eef6faf9a019a9ca30ec6ff8509c005c81c4a2ad603
|
checksum=69fd492e87f13a4d61565a0a9c42d1759dbd5f2eeb1ae9e460ab618a55878fae
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue