Update to 1.7.0
This commit is contained in:
parent
d5d5cda807
commit
8ef3750888
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = wallabag
|
||||
pkgdesc = Self hostable application for saving web pages
|
||||
pkgver = 1.6.1
|
||||
pkgver = 1.7.0
|
||||
pkgrel = 1
|
||||
url = http://www.wallabag.org/
|
||||
install = wallabag.install
|
||||
|
@ -13,9 +13,9 @@ pkgbase = wallabag
|
|||
optdepends = php-sqlite: For sqlite storage
|
||||
optdepends = php-pgsql: For postgres storage
|
||||
options = !strip
|
||||
source = https://github.com/wallabag/wallabag/archive/1.6.1.tar.gz
|
||||
source = https://github.com/wallabag/wallabag/archive/1.7.0.tar.gz
|
||||
source = vendor.zip::http://wllbg.org/vendor
|
||||
sha256sums = ff3cd32235fbc1247dd93faff2b355c7aec1368bc96c5a85da954e0aee1c7d42
|
||||
sha256sums = 98c38237b054f7dbf044c986fbaf0057fa48508e6451d0b643d42dce9736a369
|
||||
sha256sums = bd3e843290de28f1c20fa19ed746ca221c9174cb7f0a9723618f21bddb883e12
|
||||
|
||||
pkgname = wallabag
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Philipp Schmitt (philipp<at>schmitt<dot>co)
|
||||
|
||||
pkgname=wallabag
|
||||
pkgver=1.6.1
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc='Self hostable application for saving web pages'
|
||||
arch=('any')
|
||||
|
@ -13,7 +13,7 @@ install="$pkgname.install"
|
|||
options=(!strip)
|
||||
source=("https://github.com/wallabag/wallabag/archive/${pkgver}.tar.gz"
|
||||
"vendor.zip::http://wllbg.org/vendor")
|
||||
sha256sums=('ff3cd32235fbc1247dd93faff2b355c7aec1368bc96c5a85da954e0aee1c7d42'
|
||||
sha256sums=('98c38237b054f7dbf044c986fbaf0057fa48508e6451d0b643d42dce9736a369'
|
||||
'bd3e843290de28f1c20fa19ed746ca221c9174cb7f0a9723618f21bddb883e12')
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue