diff options
author | Tim Biermann <tbier@posteo.de> | 2020-07-14 17:18:20 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-07-14 17:18:20 +0000 |
commit | 37bbe0f02a8818d7d72ced907a83a965e76692b1 (patch) | |
tree | 4ab116f8756d25e6d1c5309d9cf9c263de7405fc /highlight | |
parent | 9530537b8fd4ac3c14f980e62ad4a3d7927cfcef (diff) | |
download | contrib-37bbe0f02a8818d7d72ced907a83a965e76692b1.tar.gz contrib-37bbe0f02a8818d7d72ced907a83a965e76692b1.tar.xz |
highlight: 3.57 -> 3.57.1
Diffstat (limited to 'highlight')
-rw-r--r-- | highlight/.signature | 6 | ||||
-rw-r--r-- | highlight/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/highlight/.signature b/highlight/.signature index ddcadb5ea..a7152a043 100644 --- a/highlight/.signature +++ b/highlight/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32ZVIIO6migcs3+cGAzV6uKSmOu+R2VJljpuAeRTJxEzHsmv2J4Yt+aZ991TKWZlFR+k4PgNYo07tKWgqqk3tw8= -SHA256 (Pkgfile) = 34f5f02be9cdebdf6717692927c379989fb1f53a45950752797b0051bf3520b6 +RWSagIOpLGJF3/xNIE95mu3xioj3KuYEmnuEIWOCUgePt01IFXJOpPmoqPatJe41S7GtKmuvNeMDn+M08BPeipsa/5CkLJDHxg0= +SHA256 (Pkgfile) = d08ce24eaab2dd508fda6343426c355a93b4eede3a125f14606a3e92724603e9 SHA256 (.footprint) = 167c454d110b667aabd57ad704fabbc76e429125aef821e2aebd4a664c38c6a9 -SHA256 (highlight-3.57.tar.bz2) = f203f75e7e35ce381d0a13270bfdc9ee53fa965c39cc137a9927b9ff0e3be913 +SHA256 (highlight-3.57.1.zip) = 49d0477e3f734424832b83ec9a19dba12fe27a09d1384c36a234a7d9c3c18f8a diff --git a/highlight/Pkgfile b/highlight/Pkgfile index b3e5eadbf..6852655c9 100644 --- a/highlight/Pkgfile +++ b/highlight/Pkgfile @@ -4,9 +4,9 @@ # Depends on: lua boost name=highlight -version=3.57 +version=3.57.1 release=1 -source=(http://www.andre-simon.de/zip/$name-$version.tar.bz2) +source=(http://www.andre-simon.de/zip/$name-$version.zip) build() { cd $name-$version |