Skip to content

Commit

Permalink
upgpkg: sstp-server 0.4.0-1
Browse files Browse the repository at this point in the history
upstream release
  • Loading branch information
sorz committed Jan 19, 2017
1 parent 1bf7f44 commit 159da06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions sstp-server/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = sstp-server
pkgdesc = A Secure Socket Tunneling Protocol (SSTP) server.
pkgver = 0.3.8
pkgver = 0.4.0
pkgrel = 1
url = https://github.com/sorz/sstp-server
arch = x86_64
Expand All @@ -14,9 +14,9 @@ pkgbase = sstp-server
depends = python2-ipaddress
depends = ppp
backup = etc/sstp-server.ini
source = https://github.com/sorz/sstp-server/archive/v0.3.8.tar.gz
source = https://github.com/sorz/sstp-server/archive/v0.4.0.tar.gz
source = sstp-server@.service
sha256sums = 0ec2243c5c2b743fe481c021d0618974cf1170e30dc9916a834605b958857977
sha256sums = b592381b4bcfec091441763b1b994c7297f14ca0265c976447a0d78bdbaf00ec
sha256sums = c282f4450eb00adf5d306a5cbe316441c6866d2f0f6a558dbc1f5f79819e1e87

pkgname = sstp-server
Expand Down
4 changes: 2 additions & 2 deletions sstp-server/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Shell Chen <aur@sorz.org>
pkgname=sstp-server
pkgver=0.3.8
pkgver=0.4.0
pkgrel=1
pkgdesc="A Secure Socket Tunneling Protocol (SSTP) server."
url="https://github.com/sorz/sstp-server"
Expand All @@ -12,7 +12,7 @@ depends=('python2>=2.7' 'python2-twisted' 'python2-service-identity' 'python2-ar
makedepends=('python2-setuptools')
source=("https://github.com/sorz/sstp-server/archive/v$pkgver.tar.gz"
"sstp-server@.service")
sha256sums=('0ec2243c5c2b743fe481c021d0618974cf1170e30dc9916a834605b958857977'
sha256sums=('b592381b4bcfec091441763b1b994c7297f14ca0265c976447a0d78bdbaf00ec'
'c282f4450eb00adf5d306a5cbe316441c6866d2f0f6a558dbc1f5f79819e1e87')

build() {
Expand Down

0 comments on commit 159da06

Please sign in to comment.