diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-02 15:37:50 +0200 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-03 10:00:34 +0200 |
commit | 57c3caaa6c71fac422a82aa252be380179d3c042 (patch) | |
tree | 5b44bb0b1029054581ea8dc50800d1d2d374607e /textproc/meilisearch/Makefile | |
parent | 9f600c6f47c1e6e8675baef6c39954d4c7eb7587 (diff) | |
download | freebsd-ports-57c3caaa6c71fac422a82aa252be380179d3c042.zip |
lang/rust: Relink ports after the Rust 1.60.0 update
Diffstat (limited to 'textproc/meilisearch/Makefile')
-rw-r--r-- | textproc/meilisearch/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/meilisearch/Makefile b/textproc/meilisearch/Makefile index e62e45474c8b..28fbc6f2124d 100644 --- a/textproc/meilisearch/Makefile +++ b/textproc/meilisearch/Makefile @@ -1,6 +1,7 @@ PORTNAME= meilisearch DISTVERSIONPREFIX= v DISTVERSION= 0.26.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/meilisearch/mini-dashboard/releases/download/v0.1.9/build.zip?dummy=/:mini_dashboard_assets DISTFILES= ${MINIDASHBOARDFILE}:mini_dashboard_assets |