Selaa lähdekoodia

Update to seafile upstream 4.3.0

Moritz Maxeiner 10 vuotta sitten
vanhempi
commit
41e01f561e
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 2 2
      .SRCINFO
  2. 3 3
      PKGBUILD

+ 2 - 2
.SRCINFO

@@ -1,7 +1,7 @@
 pkgbase = ccnet
 	pkgdesc = A framework for writing networked applications in C.
 	pkgver = 1.4.2
-	pkgrel = 11
+	pkgrel = 12
 	url = https://github.com/haiwen/ccnet/
 	arch = i686
 	arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ccnet
 	depends = jansson>=2.2.1
 	depends = libldap
 	depends = python2>=2.6
-	source = https://github.com/haiwen/ccnet/archive/v4.2.4.tar.gz
+	source = https://github.com/haiwen/ccnet/archive/v4.3.0.tar.gz
 	source = https://raw.githubusercontent.com/haiwen/ccnet/master/COPYRIGHT
 	source = libccnet.pc.patch
 	source = 0001-Add-autoconfiguration-for-libjansson.patch

+ 3 - 3
PKGBUILD

@@ -6,10 +6,10 @@ pkgname=ccnet
 
 # The version number for the software
 pkgver=1.4.2
-_seafilever=4.2.4
+_seafilever=4.3.0
 
 #The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
-pkgrel=11
+pkgrel=12
 
 # The description of the package, should be about 80 characters long (one line)
 pkgdesc="A framework for writing networked applications in C."
@@ -75,7 +75,7 @@ package () {
 	mkdir -p $pkgdir/usr/share/licenses/$pkgname
 	cp $srcdir/COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/
 }
-sha256sums=('49ebcfddbb2de2ec74faaaf9e6fd5f6104f05c2c477946706afa4f3ea24686f5'
+sha256sums=('f45c61d87ececa261408c9307a7d2ce864cf78c01acc0882ed87ce18ed9629c5'
             'c07aeccf581c255e60acbddcc6af90290e0d6354e6ec0ee1987b82845d3d57ac'
             '66c3b02c3981db6a80819e0ae103bedadf8dfdf81405a7f75a9cba714acf973f'
             '382b1da33e2b6c0ebab8d3921d92b7417fa11d969ad822cd43aee499fd7b3d94')