Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

surfraw: fix dead distfiles #46773

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/surfraw/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'surfraw'
pkgname=surfraw
version=2.3.0
revision=2
revision=3
_commit=8b7e1d1f4f63d07370953ffc3abe492f943c90a2
build_style=gnu-configure
hostmakedepends="automake perl"
Expand All @@ -10,8 +10,8 @@ short_desc="Command line interface to variety of search engines"
maintainer="Evan Deaubl <[email protected]>"
license="Public Domain"
homepage="https://gitlab.com/surfraw/Surfraw"
distfiles="https://gitlab.com/surfraw/Surfraw/repository/surfraw-${version}/archive.tar.gz"
checksum=164b311b0b328b65f0c0fb32259cc6eab95d82d39a8d35203ca3ad2becafbc08
distfiles="https://gitlab.com/surfraw/Surfraw/-/archive/surfraw-${version}/Surfraw-surfraw-${version}.tar.gz"
checksum=b5e2b451a822ed437b165a5c81d8448570ee590db902fcd8174d6c51fcc4a16d

pre_configure() {
./prebuild
Expand Down