Skip to content

Commit b67ee1e

Browse files
authored
Merge pull request #6 from sgerrand/pecl-imagick-3.4.4
ImageMagick v3.4.4
2 parents 8117abd + 0371157 commit b67ee1e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

APKBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_php=php5
44
pkgname=$_php-imagick
55
_pkgrealname=imagick
6-
pkgver=3.4.3
7-
pkgrel=1
6+
pkgver=3.4.4
7+
pkgrel=0
88
_phpver=${pkgname#php}
99
_phpver=${_phpver%%-*}
1010
pkgdesc="PHP$_phpver extension: Provides a wrapper to the ImageMagick library"
@@ -45,4 +45,4 @@ package() {
4545
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
4646
}
4747

48-
sha512sums="2cb2b856cf83a78d3542cdf7c69554dcc063a0541e9092b24e5e1fbd8928066a4a3de154049d0202c35addbc5055ccfbb5910ae92f2f13da80ddfc025340ddcd imagick-3.4.3.tgz"
48+
sha512sums="73145a1f095849c32760db2dfc4acc13c57d99a037d65eca9b0ddf8f8e81cf6d28a50f2614e44bae1d90b4f881a2e9a64926e0e3b9403e491fd903ffeb30c4b7 imagick-3.4.4.tgz"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is the [PHP5 extension for ImageMagick][php-imagick] as an Alpine Linux package.
66

7-
The package provided by Alpine Linux was removed from theirrepositories in the
7+
The package provided by Alpine Linux was removed from their repositories in the
88
3.6 release. A package for PHP7 is still available there.
99

1010
## Releases
@@ -18,8 +18,8 @@ The current installation method for these packages is to pull them in using
1818
`wget` or `curl` and install the local file with `apk`:
1919

2020
apk --no-cache add ca-certificates wget
21-
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-php5-imagick/master/sgerrand.rsa.pub
22-
wget https://github.com/sgerrand/alpine-pkg-php5-imagick/releases/download/3.4.3-r0/php5-imagick-3.4.3-r0.apk
23-
apk add php5-imagick-3.4.3-r0.apk
21+
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand/alpine-pkg-php5-imagick/master/sgerrand.rsa.pub
22+
wget https://github.com/sgerrand/alpine-pkg-php5-imagick/releases/download/3.4.4-r0/php5-imagick-3.4.3-r0.apk
23+
apk add php5-imagick-3.4.4-r0.apk
2424

2525
[php-imagick]: https://pecl.php.net/imagick

0 commit comments

Comments
 (0)