aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 9d1a2a694cdaa4bfdc7bc1ef6dcf15224bdbdbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# imgproxy

Fast and secure standalone server for resizing and converting remote images

## Upgrading

 1. Change version and checksum in `PKGBUILD` according to git tag and source code archive checksum published in https://github.com/imgproxy/imgproxy/releases

 2. Update `.SRCINFO` file:

    ```sh
    makepkg --printsrcinfo > .SRCINFO
    ```
 3. Build package

    ```sh
    makepkg
    ```

 4. Commit and push changes