@@ -45,8 +45,8 @@ Download pre-built packages from [GitHub Releases](https://github.com/MuriloChia
4545<summary><b>Debian/Ubuntu</b></summary>
4646
4747```bash
48- wget https://github.com/MuriloChianfa/libdynemit/releases/download/v1.1 .0/libdynemit_1.1 .0_amd64.deb
49- sudo dpkg -i libdynemit_1.1 .0_amd64.deb
48+ wget https://github.com/MuriloChianfa/libdynemit/releases/download/v1.2 .0/libdynemit_1.2 .0_amd64.deb
49+ sudo dpkg -i libdynemit_1.2 .0_amd64.deb
5050```
5151
5252</details >
@@ -57,8 +57,8 @@ sudo dpkg -i libdynemit_1.1.0_amd64.deb
5757** Runtime package** :
5858
5959``` bash
60- wget https://github.com/MuriloChianfa/libdynemit/releases/download/v1.1 .0/libdynemit-1.1 .0-1.fc40.x86_64.rpm
61- sudo dnf install libdynemit-1.1 .0-1.fc40.x86_64.rpm
60+ wget https://github.com/MuriloChianfa/libdynemit/releases/download/v1.2 .0/libdynemit-1.2 .0-1.fc40.x86_64.rpm
61+ sudo dnf install libdynemit-1.2 .0-1.fc40.x86_64.rpm
6262```
6363
6464</details >
@@ -100,7 +100,7 @@ gpg: imported: 1
100100** Verify a package signature:**
101101
102102``` bash
103- gpg --verify libdynemit_1.1 .0_amd64.deb.asc libdynemit_1.1 .0_amd64.deb
103+ gpg --verify libdynemit_1.2 .0_amd64.deb.asc libdynemit_1.2 .0_amd64.deb
104104```
105105
106106If the signature is valid, you should see:
@@ -115,8 +115,8 @@ If you see "BAD signature", **do not use** the binary - it may have been tampere
115115#### Verify Checksums
116116
117117``` bash
118- curl -LO https://github.com/MuriloChianfa/libdynemit/releases/download/v1.1 .0/SHA256SUMS
119- curl -LO https://github.com/MuriloChianfa/libdynemit/releases/download/v1.1 .0/SHA256SUMS.asc
118+ curl -LO https://github.com/MuriloChianfa/libdynemit/releases/download/v1.2 .0/SHA256SUMS
119+ curl -LO https://github.com/MuriloChianfa/libdynemit/releases/download/v1.2 .0/SHA256SUMS.asc
120120gpg --verify SHA256SUMS.asc SHA256SUMS
121121sha256sum -c SHA256SUMS --ignore-missing
122122```
@@ -190,7 +190,7 @@ sudo make install
190190<summary >View installed files</summary >
191191
192192** Shared library** :
193- - ` /usr/local/lib/libdynemit.so.1.1 .0 ` (versioned shared library)
193+ - ` /usr/local/lib/libdynemit.so.1.2 .0 ` (versioned shared library)
194194- ` /usr/local/lib/libdynemit.so.1 ` (SONAME symlink)
195195- ` /usr/local/lib/libdynemit.so ` (development symlink)
196196
0 commit comments