diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-02-24 17:39:19 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-02-24 17:39:19 +0000 |
commit | 9d23fcc56bb772946dd2578842a16d0da2fabbf9 (patch) | |
tree | 48645d52bd49098a7ae1dc00955383ca1995f695 /www/screego/Makefile | |
parent | 6864fa14748bf4f58d98b432f4d894e0c0f1a7df (diff) |
Update to 1.2.0
While here, fix a typo in the yarn-lock-to-distfiles.awk.
Notes
Notes:
svn path=/head/; revision=566491
Diffstat (limited to 'www/screego/Makefile')
-rw-r--r-- | www/screego/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/screego/Makefile b/www/screego/Makefile index d34da4464f0e..04c1ab82a9b3 100644 --- a/www/screego/Makefile +++ b/www/screego/Makefile @@ -2,7 +2,7 @@ PORTNAME= screego DISTVERSIONPREFIX= v -DISTVERSION= 1.1.1 +DISTVERSION= 1.2.0 CATEGORIES= www MASTER_SITES= https://registry.yarnpkg.com/:yarn DISTFILES= @babel/code-frame/-/code-frame-7.8.3.tgz:yarn \ @@ -663,6 +663,7 @@ DISTFILES= @babel/code-frame/-/code-frame-7.8.3.tgz:yarn \ hmac-drbg/-/hmac-drbg-1.0.1.tgz:yarn \ hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz:yarn \ hosted-git-info/-/hosted-git-info-2.8.8.tgz:yarn \ + hotkeys-js/-/hotkeys-js-3.8.1.tgz:yarn \ hpack.js/-/hpack.js-2.1.6.tgz:yarn \ hsl-regex/-/hsl-regex-1.0.0.tgz:yarn \ hsla-regex/-/hsla-regex-1.0.0.tgz:yarn \ @@ -1156,6 +1157,7 @@ DISTFILES= @babel/code-frame/-/code-frame-7.8.3.tgz:yarn \ react-dev-utils/-/react-dev-utils-10.2.1.tgz:yarn \ react-dom/-/react-dom-16.13.1.tgz:yarn \ react-error-overlay/-/react-error-overlay-6.0.7.tgz:yarn \ + react-hotkeys-hook/-/react-hotkeys-hook-3.0.3.tgz:yarn \ react-is/-/react-is-16.13.1.tgz:yarn \ react-router-dom/-/react-router-dom-5.2.0.tgz:yarn \ react-router/-/react-router-5.2.0.tgz:yarn \ |