asciinema: update to 1.3.0.
This commit is contained in:
parent
c00c8f4843
commit
178e380502
|
@ -1,13 +1,18 @@
|
|||
# Template file for 'asciinema'
|
||||
pkgname=asciinema
|
||||
version=1.2.0
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="github.com/asciinema/asciinema"
|
||||
hostmakedepends="git"
|
||||
version=1.3.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
python_versions="3.4" # Python >= 3 required time of writing
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="asciinema"
|
||||
hostmakedepends="python3.4-setuptools"
|
||||
depends="${hostmakedepends}"
|
||||
short_desc="Record and share your terminal sessions, the right way"
|
||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||
license="GPL-3"
|
||||
# changelog="https://github.com/asciinema/asciinema/blob/master/CHANGELOG.md"
|
||||
homepage="https://asciinema.org/"
|
||||
distfiles="http://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=64b8c2b034945a99398c5593fd8831c6448fd3b6dd788a979582805bfdcb5746
|
||||
distfiles="${PYPI_SITE}/a/asciinema/asciinema-${version}.tar.gz"
|
||||
checksum=acc1a07306c7af02cd9bc97c32e4748dbfa57ff11beb17fea64eaee67eaa2db3
|
||||
|
|
Loading…
Reference in New Issue