Commit 3a51e958 authored by Kriskras99's avatar Kriskras99 Committed by GitHub

Replace mlocate download url

fedorahosted is being shutdown, replaced with pagure.io the official replacement
parent 3282ab3b
require 'package' require 'package'
class Mlocate < Package class Mlocate < Package
version '0.26' version '0.26-1'
source_url 'https://fedorahosted.org/releases/m/l/mlocate/mlocate-0.26.tar.xz' # software source tarball url source_url 'https://releases.pagure.org/mlocate/mlocate-0.26.tar.xz' # software source tarball url
source_sha1 'c6e6d81b25359c51c545f4b8ba0f3b469227fcbc' # source tarball sha1 sum source_sha1 'c6e6d81b25359c51c545f4b8ba0f3b469227fcbc' # source tarball sha1 sum
def self.build # self.build contains commands needed to build the software from source def self.build # self.build contains commands needed to build the software from source
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment