mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Update aur and homebrew packages to the latest version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Marcin Kulik <m@ku1ik.com>
|
# Maintainer: Marcin Kulik <m@ku1ik.com>
|
||||||
pkgname=asciinema
|
pkgname=asciinema
|
||||||
pkgver=0.9.4
|
pkgver=0.9.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Command line client for asciinema.org service"
|
pkgdesc="Command line client for asciinema.org service"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@@ -8,7 +8,7 @@ url="https://github.com/sickill/asciinema"
|
|||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('python2')
|
depends=('python2')
|
||||||
source=(https://github.com/sickill/${pkgname}/archive/v${pkgver}.tar.gz)
|
source=(https://github.com/sickill/${pkgname}/archive/v${pkgver}.tar.gz)
|
||||||
sha1sums=('bf9292a133ca6bf37238110762bee60e99882c85')
|
sha1sums=('902893a524eaab7794eb04b5092b4b78c3c4c622')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ require 'formula'
|
|||||||
|
|
||||||
class Asciinema < Formula
|
class Asciinema < Formula
|
||||||
homepage 'http://asciinema.org'
|
homepage 'http://asciinema.org'
|
||||||
url 'https://github.com/sickill/asciinema/archive/v0.9.4.tar.gz'
|
url 'https://github.com/sickill/asciinema/archive/v0.9.5.tar.gz'
|
||||||
sha1 'bf9292a133ca6bf37238110762bee60e99882c85'
|
sha1 '902893a524eaab7794eb04b5092b4b78c3c4c622'
|
||||||
|
|
||||||
depends_on :python => "2.7"
|
depends_on :python => "2.7"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user