diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2020-09-30 21:42:29 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2020-09-30 21:42:29 +0000 |
commit | e911ff224204d2ae321248f0770947b6179aec61 (patch) | |
tree | dce6ff14cc88f258c46f9da0f4633a713b6cea24 /www/firefox/Makefile | |
parent | 1d5e9fe7f07d6afcdcb1a66ffa5c58b3a0514a70 (diff) |
update firefox to 81.0.1 (rc1)
Release Notes (soon):
https://www.mozilla.org/en-US/firefox/81.0.1/releasenotes/
MFH: 2020Q3 (blanket: web browser)
Notes
Notes:
svn path=/head/; revision=550753
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 71f7634e4a87..e6b5422a001d 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 81.0 -PORTREVISION= 2 +DISTVERSION= 81.0.1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |