golang-github-inconshreveable-go-update 0.0~git20160112.0.8152e7e+ds-3 source package in Ubuntu

Changelog

golang-github-inconshreveable-go-update (0.0~git20160112.0.8152e7e+ds-3) unstable; urgency=medium

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Jelmer Vernooij ]
  * Use secure copyright file specification URI.

 -- Jelmer Vernooij <email address hidden>  Thu, 18 Oct 2018 00:51:28 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-inconshreveable-go-update_0.0~git20160112.0.8152e7e+ds-3.dsc 2.6 KiB 7cd9a3cb755a743d23da9650062c22f68c8d89ac425505d56a27a745c35617b2
golang-github-inconshreveable-go-update_0.0~git20160112.0.8152e7e+ds.orig.tar.gz 10.7 KiB 2f95a7d024ef10220873bda521012960f416d2544845b56a2bcdba3defac6e51
golang-github-inconshreveable-go-update_0.0~git20160112.0.8152e7e+ds-3.debian.tar.xz 2.6 KiB 40c02731a69bb161ffb89451a08d5135821948ae8e3f2df88c3eed3cb083c8ff

No changes file available.

Binary packages built by this source

golang-github-inconshreveable-go-update-dev: Build self-updating Golang programs

 go-update provides functionality to implement secure, self-updating Go
 programs (or other single-file targets). A program can update itself by
 replacing its executable file with a new version.
 .
 It provides the flexibility to implement different updating user
 experiences like auto-updating, or manual user-initiated updates. It
 also boasts advanced features like binary patching and code signing
 verification.