diff options
author | Tim Biermann <tbier@posteo.de> | 2021-02-17 08:45:47 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-02-17 08:45:47 +0000 |
commit | 83da148d32dfb7a38d312a47acb97e89ce9537d7 (patch) | |
tree | 64c8ce454a0ae55c37c55a473c816b51d8a57562 /boxes | |
parent | 495f491ae2956bf89417518e8799e7ab26f24389 (diff) | |
download | contrib-83da148d32dfb7a38d312a47acb97e89ce9537d7.tar.gz contrib-83da148d32dfb7a38d312a47acb97e89ce9537d7.tar.xz |
boxes: 1.3 -> 2.0.0
Diffstat (limited to 'boxes')
-rw-r--r-- | boxes/.signature | 6 | ||||
-rw-r--r-- | boxes/Pkgfile | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/boxes/.signature b/boxes/.signature index 1f2dd9fc8..1d200c7f5 100644 --- a/boxes/.signature +++ b/boxes/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF36jziUOWEzzx1h5Do9Rbfa/Gl+Dofs/C8tLVJ4ECyHtyUfiRjfh0JDkh6Ekxe3kJMQRgawYORrGgFxLXk5tHMAE= -SHA256 (Pkgfile) = 4a4ec0b3bcf7f8b4cd31d765275a96280a3a5215d0ff6806b2851cde0fbe6a3d +RWSagIOpLGJF3zjev2kSatcVGMO4kYBw48qVVDO8hq7fYhqpyRo0xoGgPfJYTXcTF4ceAkRTll6hFeOkWZrnt6Ud15lrFnKctQ0= +SHA256 (Pkgfile) = a0759ef38a7cc849788d9f4ea4f0fd4919d45b4da688f486576cdacaaf95f161 SHA256 (.footprint) = 699f8f611fa0fd17ee163f74cbe37d300c3ebf89a6e77b43f310f93a01fd9d28 -SHA256 (boxes-v1.3.zip) = dce7d4127fcaaff6bfa11757df74da84b2a6963b96e35ea06ecc445104f7df4b +SHA256 (boxes-2.0.0.tar.gz) = 952c85eccde42d23252dfe590d6f296a2179297ad1c54745330fb794907f5ad9 diff --git a/boxes/Pkgfile b/boxes/Pkgfile index a3be49b31..585afce8c 100644 --- a/boxes/Pkgfile +++ b/boxes/Pkgfile @@ -1,12 +1,12 @@ # Description: draw boxes around text -# URL: https://boxes.thomasjensen.com/boxes.shtml -# Maintainer: Thomas Penteker, tek at serverop dot de -# Depends on: +# URL: https://boxes.thomasjensen.com/boxes.shtml +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: libpcre2 name=boxes -version=1.3 +version=2.0.0 release=1 -source=(https://github.com/ascii-boxes/boxes/archive/v$version/$name-v${version}.zip) +source=(https://github.com/ascii-boxes/boxes/archive/v$version/$name-$version.tar.gz) build () { cd $name-$version |