Update audio/glyr to 1.0.8, provided by Leonardo Taccari in PR 49713.
Changes: 1.0.8 ----- o Fixes for lyrix.at. 1.0.7 ----- o Fixes for lyricwiki. 1.0.6 ----- o Fix for cache getter: Print like normal getters and also call appropiate programs o Clamp the timeout of select to the user-set timeout. o Made the -c (--cache) option have an optional argument. Without argument the path is ~/.cache/glyrc (will be created if necessary). o Make glyrc return EXIT_SUCESS on success or EXIT_FAILURE in case of any failure. o Fixed faulty sha-1 versioning in cmakelists.
This commit is contained in:
parent
a631c2a23e
commit
dc55b551d7
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.5 2014/10/07 16:47:17 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2015/03/04 09:01:34 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= 1.0.5
|
||||
DISTNAME= 1.0.8
|
||||
PKGNAME= glyr-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/sahib/glyr/archive/
|
||||
DIST_SUBDIR= ${PKGBASE}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2014/09/11 06:45:45 dholland Exp $
|
||||
$NetBSD: distinfo,v 1.4 2015/03/04 09:01:34 wiz Exp $
|
||||
|
||||
SHA1 (glyr/1.0.5.tar.gz) = 52ba9b05b9962a22af2f371d0484429db44f2f00
|
||||
RMD160 (glyr/1.0.5.tar.gz) = d61d5d8ed5c10d9c711ef3136948d2705e9b3399
|
||||
Size (glyr/1.0.5.tar.gz) = 426382 bytes
|
||||
SHA1 (glyr/1.0.8.tar.gz) = e39ff25bea823f8a65df6b6e6b10347b0886b71b
|
||||
RMD160 (glyr/1.0.8.tar.gz) = 63aceb30e021a39fb7778a7b2a68a92d1b642d26
|
||||
Size (glyr/1.0.8.tar.gz) = 425073 bytes
|
||||
SHA1 (patch-lib_stringlib.c) = 7186ba26f007d348f33880b3175d94fe66829c3f
|
||||
|
|
Loading…
Reference in a new issue