diff options
Diffstat (limited to 'community/roundcubemail')
-rw-r--r-- | community/roundcubemail/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/roundcubemail/APKBUILD b/community/roundcubemail/APKBUILD index 6cbd7d922c..ddaf9d39b3 100644 --- a/community/roundcubemail/APKBUILD +++ b/community/roundcubemail/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> _php=php7 pkgname=roundcubemail -pkgver=1.2.5 +pkgver=1.3.0 pkgrel=0 pkgdesc="A PHP web-based mail client" url="http://www.roundcube.net" @@ -77,5 +77,5 @@ installer() { "$subpkgdir"/usr/share/webapps/roundcube } -sha512sums="8f17c8222a59123e438a3683e5f2fbfef28c966899a271a2a11c25535e7188ff57846847108190a4d20ff53eccd10a2a7e88e8a5f958e9bc38c69e53824e7928 roundcubemail-1.2.5.tar.gz +sha512sums="f3ab39cc3eec9bbcaf3d8f5d9004b0da92fe5d35b71687acc234fab5772abb92d970855716288cba10c8609532d42ddc6e791a1f7bca13de555174a37deca9c4 roundcubemail-1.3.0.tar.gz 5c645ab7f130f8f3b17b7821e2cd0be88b6d7999da38876bde36c9b116bf7d34bcf52e2d8939d9359649e3fc5ddfb1cab7798ffb9e649be11bebd1d2c4ee006b fix-dirs.patch" |