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

Better integrity checksums

This commit is contained in:
2024-05-08 21:13:58 +02:00
parent 601222b525
commit e1c9ec02c6
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ pkgbase = ruby-terminal-table
depends = ruby-unicode-display_width>=1.1.1
options = !emptydirs
source = ruby-terminal-table-3.0.2.tar.gz::https://github.com/tj/terminal-table/archive/v3.0.2.tar.gz
sha1sums = b8ccfd06e6a990b66b06802e97ef8d7282dac5f2
sha256sums = 817d1644eeef962f1a1b54ff79d2bd17543eb08c8fa095152c50485f85a2f6c6
pkgname = ruby-terminal-table

View File

@@ -15,7 +15,7 @@ depends=(
)
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://github.com/tj/terminal-table/archive/v${pkgver}.tar.gz)
sha1sums=('b8ccfd06e6a990b66b06802e97ef8d7282dac5f2')
sha256sums=('817d1644eeef962f1a1b54ff79d2bd17543eb08c8fa095152c50485f85a2f6c6')
prepare() {
cd ${_gemname}-${pkgver}