~endlessm/jasmine-gjs/trunk

« back to all changes in this revision

Viewing changes to lib/update-jasmine.sh

  • Committer: GitHub
  • Author(s): Andy Holmes
  • Date: 2020-09-11 03:47:16 UTC
  • Revision ID: git-v1:afad1b77580eaec6fa0114e1532415569df63b22
Tags: 2.5.2
Jasmine 2.5.2 (#43)

* Update to Jasmine upstream version 2.5.2

* Update Fedora packaging for 2.5.2

* Update Debian packaging for 2.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This script is used to build our custom version of the Jasmine library by
2
2
# downloading the upstream file and applying our patches, and is meant for use
3
3
# only when upgrading to a new upstream version.
4
 
curl -o jasmine.js https://raw.githubusercontent.com/jasmine/jasmine/v2.4.1/lib/jasmine-core/jasmine.js
 
4
curl -o jasmine.js https://raw.githubusercontent.com/jasmine/jasmine/v2.5.2/lib/jasmine-core/jasmine.js
5
5
patch <local-modifications.patch jasmine.js