diff options
Diffstat (limited to 'net-nds/pamldapd')
-rw-r--r-- | net-nds/pamldapd/Manifest | 4 | ||||
-rw-r--r-- | net-nds/pamldapd/pamldapd-0.3.ebuild (renamed from net-nds/pamldapd/pamldapd-0.2.ebuild) | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-nds/pamldapd/Manifest b/net-nds/pamldapd/Manifest index 51617f2..fd95626 100644 --- a/net-nds/pamldapd/Manifest +++ b/net-nds/pamldapd/Manifest @@ -1,2 +1,2 @@ -DIST pamldapd-0.2-vendor.tar.xz 25692 BLAKE2B c3dda01494aed9d0f534636978cc208a5deabed27cfe606916b07186cafac32366c6df4cf0c4432fdec7843a61830cae81a9e87d1c0d32098d79edf61509542a SHA512 cca08d57a2305ffa754cd8fad2c2e0eb6b32768c4ae51d62aa111dca3627d5b0f123b87af19ec5105b6f11cefb9b033fc2eefa97bfc03c3332b35ac7fd8297ac -DIST pamldapd-0.2.tar.gz 8685 BLAKE2B 663f24283a54dc6c37bfeea492d2445c4942668fce8daf640df59d44b5527cdfb4b2d4b9e682ae0e0a7f577e838b5e09cade06e2f260fbd6f43ad7552fad46e3 SHA512 b77fd033c800b568af26fd6faf2f69782293684f3456b61ca45b457142486b7cadb964bf1eddb29e6aa5160e3d6baef18bbf4cdc9f091a342440478349827428 +DIST pamldapd-0.3-vendor.tar.xz 25696 BLAKE2B 1f7bc9f0b9e14d4fa5177d762f40b299a1315ac77b97a56b9d5f99256b9c77e7d0bc072e4afe2eb182eff35b57fe78a389d05559a0af940e52478c08bd304e83 SHA512 5eec10965a564139224016bea8db4b2fdf30a096b5bc49c95b5d7d7638910fe79a20fbcef07166f025dbf73df1224860f4b86023e788dd141b39fbae7bd61771 +DIST pamldapd-0.3.tar.gz 8610 BLAKE2B e4ee67bc520f73a97d83230e22fd8364d06b268457ab1410b18bd203c0b9014ea3f26cfefdcaff031c4d21afe85383082e73afc27665a3d3dec710b924e673b8 SHA512 8bbe3e421c938264521f578ea905c101f804bf6aa62a79848fbb15bd5dc0408832b9a63873b6f8f652176b3b6f6c227394bd31281658ff43d3312fb17687d25b diff --git a/net-nds/pamldapd/pamldapd-0.2.ebuild b/net-nds/pamldapd/pamldapd-0.3.ebuild index 6cf0400..11365aa 100644 --- a/net-nds/pamldapd/pamldapd-0.2.ebuild +++ b/net-nds/pamldapd/pamldapd-0.3.ebuild @@ -3,7 +3,8 @@ inherit go-module # max 80 chars DESCRIPTION="Simple LDAP server, uses PAM as backend" HOMEPAGE="https://github.com/eisin/pamldapd" -SRC_URI="https://github.com/eisin/pamldapd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz http://splet.sijanec.eu./dir/pamldapd-0.2-vendor.tar.xz" +SRC_URI="http://ni.4a.si./sijanec/pamldapd/snapshot/pamldapd-${PV}.tar.gz http://splet.4a.si./dir/pamldapd-${PV}-vendor.tar.xz" +# https://wiki.gentoo.org/wiki/Writing_go_Ebuilds LICENSE="Apache-2.0" SLOT="0" |