1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00

Update to v3.0.1.

This commit is contained in:
2021-05-10 21:20:47 +02:00
parent 060da2c526
commit 60cca50d90
2 changed files with 7 additions and 7 deletions

View File

@@ -3,8 +3,8 @@
_gemname=terminal-table
pkgname=ruby-$_gemname
pkgver=3.0.0
pkgrel=2
pkgver=3.0.1
pkgrel=1
pkgdesc='Simple, feature rich ascii table generation library'
arch=(any)
url='https://github.com/tj/terminal-table'
@@ -15,7 +15,7 @@ depends=(
)
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://github.com/tj/terminal-table/archive/v${pkgver}.tar.gz)
sha1sums=('71d5cb3645266244fe4a1daf0f0427d06907d8b7')
sha1sums=('774d905f3e5a8bef9507bb3a47214f9a58f426e6')
prepare() {
cd ${_gemname}-${pkgver}