ports-mgmt/pkg-provides: Fix github hash
During last package update (from 0.7.2 to 0.7.3) the version number was increased but not the github hash. PR: 269567 Reported by: <void@f-m.fm> MFH: 2023Q1
This commit is contained in:
parent
515e901593
commit
610b7c461f
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= pkg-provides
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.7.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= ports-mgmt
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
|
@ -17,7 +18,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rosorio
|
||||
GH_TAGNAME= 2bf7b48565f3fc0ed5d53918d2f24ac5d8730dba
|
||||
GH_TAGNAME= 2b0ed4f81b0c6c7ee6b53438401724fe4153630c
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1668339400
|
||||
SHA256 (rosorio-pkg-provides-v0.7.3-2bf7b48565f3fc0ed5d53918d2f24ac5d8730dba_GH0.tar.gz) = daeb5e047e13601765f60dfeec16b2f6bdd175b534365c1422751c014409b1c9
|
||||
SIZE (rosorio-pkg-provides-v0.7.3-2bf7b48565f3fc0ed5d53918d2f24ac5d8730dba_GH0.tar.gz) = 11104
|
||||
TIMESTAMP = 1678037582
|
||||
SHA256 (rosorio-pkg-provides-v0.7.3-2b0ed4f81b0c6c7ee6b53438401724fe4153630c_GH0.tar.gz) = 5fd1724d77692cacd3b1337ca0c7e655eb40f833df39a06e20554e9e203f9192
|
||||
SIZE (rosorio-pkg-provides-v0.7.3-2b0ed4f81b0c6c7ee6b53438401724fe4153630c_GH0.tar.gz) = 11101
|
||||
|
|
Loading…
Reference in a new issue