Skip to content

Commit

Permalink
vmap: fix dead distfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc-Saccoccio committed Oct 19, 2023
1 parent 0974972 commit f362cd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/vmap/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'vmap'
pkgname=vmap
version=0.4.1
revision=1
revision=2
build_style=qmake
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
makedepends="libcurl-devel libxml++3.0-devel qt5-svg-devel"
short_desc="Vulnerability-Exploit desktop finder"
maintainer="Orphaned <[email protected]>"
license="GPL-2.0-or-later"
homepage="https://gitlab.com/git-rep/vmap"
distfiles="https://gitlab.com/git-rep/vmap/-/archive/v${version}/vmap-v${version}.tar.gz"
checksum=8fde8b8afab96db219167c612321ec864f2e278b6b5601adde7c1781465906bd
homepage="https://github.com/git-rep-src/vmap"
distfiles="https://github.com/git-rep-src/vmap/archive/refs/tags/v${version}.tar.gz"
checksum=6b3ae93571e2cb7c029291a8172f8a53875ecfeff1c66412493571b5664d45b3

post_patch() {
vsed -e 's|usr/local|usr|' -i vmap.pro
Expand Down

0 comments on commit f362cd5

Please sign in to comment.