Update to 3.14.3

epel9
Mattias Ellert 3 years ago
parent 697701499b
commit bfdf19abae

@ -1 +1 @@
SHA512 (uglify-js-3.14.2.tgz) = aed3cc96670ee1a81351fcf5d026e027593a500a173368166f71a830f3d907ffbf01c91ff25356935d4ae2b622d83d1aa60a0544bb5039985bfbf886349ab6e8
SHA512 (uglify-js-3.14.3.tgz) = 9a273768e762ab4d43b92571d13b1e684ccc215a9e6cc674677bda783845121f5bb1cdb8855d5316f37be2b780dafb34f03d1959f36301c27751b54b681b2cfa

@ -12,5 +12,5 @@
run: uglifyjs --version
# Check that a basic expression is correctly minified
- expression:
run: test "$(echo '1 + 1'|uglifyjs --expression)" = '1+1;'
run: test "$(echo '1 + 1'|uglifyjs)" = '1+1;'
...

@ -4,7 +4,7 @@
%bcond_with tests
Name: uglify-js
Version: 3.14.2
Version: 3.14.3
Release: 1%{?dist}
Summary: JavaScript parser, mangler/compressor and beautifier toolkit
License: BSD
@ -122,6 +122,9 @@ end
%changelog
* Tue Nov 02 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.14.3-1
- Update to 3.14.3
* Thu Oct 14 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 3.14.2-1
- Update to 3.14.2

Loading…
Cancel
Save