Skip to content

Commit

Permalink
etcd: replace github.com/coreos/bbolt => go.etcd.io/bbolt
Browse files Browse the repository at this point in the history
For some reason, they changed their package path but not import path.

I don't use etcd, I don't  want to be blamed for version bump.
  • Loading branch information
sgn authored and ericonr committed Nov 14, 2020
1 parent 915edeb commit 8a887c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/etcd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'etcd'
pkgname=etcd
version=3.4.4
revision=1
revision=2
build_style=go
short_desc="Distributed reliable key-value store"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
Expand All @@ -17,6 +17,10 @@ conf_files="/etc/sv/etcd/conf"
system_accounts="etcd"
make_dirs="/var/lib/etcd 0755 etcd etcd"

post_patch() {
echo "replace github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.5" >>go.mod
}

post_install() {
vlicense LICENSE
vsv etcd
Expand Down

0 comments on commit 8a887c4

Please sign in to comment.