mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 20:22:31 +01:00
cyphertite: Upgrade to 2.0.0
This commit is contained in:
parent
c57796461a
commit
3ffb1308d5
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cyphertite-external-libs
|
||||
pkgdesc = A high-security scalable solution for online backups
|
||||
pkgver = 1.6.6
|
||||
pkgver = 2.0.0
|
||||
pkgrel = 1
|
||||
url = https://opensource.conformal.com/wiki/cyphertite
|
||||
arch = i686
|
||||
|
|
@ -21,9 +21,9 @@ pkgbase = cyphertite-external-libs
|
|||
depends = sqlite>=3.0.0
|
||||
provides = cyphertite
|
||||
conflicts = cyphertite
|
||||
source = https://opensource.conformal.com/snapshots/cyphertite/cyphertite-1.6.6.tar.gz
|
||||
source = https://opensource.conformal.com/snapshots/cyphertite/cyphertite-2.0.0.tar.gz
|
||||
source = cyphertite-dynamic-link.patch
|
||||
sha1sums = 9c787d964de383e8dac1f25afa0531aee4ea8b4a
|
||||
sha1sums = 91dc3ac37f6f9f0190c83d15d1e20785953a0783
|
||||
sha1sums = 2f90214c2827dd7e66bcffe7724d0415a2411822
|
||||
|
||||
pkgname = cyphertite-external-libs
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
_pkgbasename=cyphertite
|
||||
pkgname=$_pkgbasename-external-libs
|
||||
pkgver=1.6.6
|
||||
pkgver=2.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="A high-security scalable solution for online backups"
|
||||
arch=(i686 x86_64)
|
||||
|
|
@ -28,7 +28,7 @@ provides=('cyphertite')
|
|||
|
||||
source=(https://opensource.conformal.com/snapshots/cyphertite/cyphertite-$pkgver.tar.gz
|
||||
cyphertite-dynamic-link.patch)
|
||||
sha1sums=('9c787d964de383e8dac1f25afa0531aee4ea8b4a'
|
||||
sha1sums=('91dc3ac37f6f9f0190c83d15d1e20785953a0783'
|
||||
'2f90214c2827dd7e66bcffe7724d0415a2411822')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue