mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/docker to 0.10.0-1
This commit is contained in:
parent
665e660ebb
commit
1e3d79e0ca
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# - ARM patches, adjustments
|
||||
|
||||
pkgname=docker
|
||||
pkgver=0.9.1
|
||||
pkgver=0.10.0
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Pack, ship and run any application as a lightweight container'
|
||||
|
@ -24,7 +24,7 @@ source=("git+https://github.com/dotcloud/docker.git#tag=v$pkgver"
|
|||
'btrfs-arm.patch')
|
||||
md5sums=('SKIP'
|
||||
'47cc1cdf900af66660bfa3402012ea71'
|
||||
'1ec4b4b42eb80f2692cee757324370b0')
|
||||
'4683e045fd3f3ac40211c5b845bb693a')
|
||||
|
||||
prepare() {
|
||||
cd "docker"
|
||||
|
|
|
@ -9,8 +9,8 @@ Subject: [PATCH] Golang sucks so much sometimes
|
|||
|
||||
diff --git a/graphdriver/btrfs/btrfs.go b/graphdriver/btrfs/btrfs.go
|
||||
index 592e058..03faf85 100644
|
||||
--- a/graphdriver/btrfs/btrfs.go
|
||||
+++ b/graphdriver/btrfs/btrfs.go
|
||||
--- a/runtime/graphdriver/btrfs/btrfs.go
|
||||
+++ b/runtime/graphdriver/btrfs/btrfs.go
|
||||
@@ -30,7 +30,7 @@ func Init(home string) (graphdriver.Driver, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue