| OLD | NEW |
| 1 Name: typ | 1 Name: typ |
| 2 URL: https://github.com/dpranke/typ.git | 2 URL: https://github.com/dpranke/typ.git |
| 3 Version: 0.8.9 | 3 Version: 0.8.9 |
| 4 Revision: 68b64ff805d266c7a249294abc45cc12076aeb9f | 4 Revision: 68b64ff805d266c7a249294abc45cc12076aeb9f |
| 5 Security Critical: no | 5 Security Critical: no |
| 6 License: Apache 2.0 | 6 License: Apache 2.0 |
| 7 License File: NOT_SHIPPED | 7 License File: NOT_SHIPPED |
| 8 | 8 |
| 9 Description: | 9 Description: |
| 10 | 10 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 cd .. | 23 cd .. |
| 24 git clone https://github.com/dpranke/typ.git typ_new | 24 git clone https://github.com/dpranke/typ.git typ_new |
| 25 revision=$(cd typ_new && git log -1 | head -1 | awk '{ print $2 }') | 25 revision=$(cd typ_new && git log -1 | head -1 | awk '{ print $2 }') |
| 26 version=$(cd typ_new && python -m typ --version) | 26 version=$(cd typ_new && python -m typ --version) |
| 27 cp typ/OWNERS typ_new | 27 cp typ/OWNERS typ_new |
| 28 cat typ/README.chromium | sed -e "s/^Version: .*/Version: $version/" \ | 28 cat typ/README.chromium | sed -e "s/^Version: .*/Version: $version/" \ |
| 29 -e "s/^Revision: .*/Revision: $revision/" \ | 29 -e "s/^Revision: .*/Revision: $revision/" \ |
| 30 > typ_new/README.chromium | 30 > typ_new/README.chromium |
| 31 rm -fr typ_new/.git typ_new/.gitignore typ/ | 31 rm -fr typ_new/.git typ_new/.gitignore typ/ |
| 32 mv typ_new typ | 32 mv typ_new typ |
| OLD | NEW |